#6f4205

Color #6F4205 Raw Umber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Raw Umber #6F4205

Tints of Raw Umber #6F4205

Color information

#6F4205 (or 0x6F4205) is unknown color: approx Raw Umber. HEX triplet: 6F, 42 and 05. RGB value is (111,66,5). Sum of RGB (Red+Green+Blue) = 111+66+5=182 (24% of max value = 765). Red value is 111 (43.75% from 255 or 60.99% from 182); Green value is 66 (26.17% from 255 or 36.26% from 182); Blue value is 5 (2.34% from 255 or 2.75% from 182); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4205 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F4205 is #90BDFA. Grayscale: #484848. Windows color (decimal): -9485819 or 344687. OLE color: 344687.

HSL color Cylindrical-coordinate representation of color #6F4205: hue angle of 34.53º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6F4205 is Cyan = 0, Magento = 0.41, Yellow = 0.95 and Black (K on CMYK) = 0.56.

Color convert

RGB111665-
CMYK00.410.950.56
HSL34.53º91.38%22.75%-
HSV(B)34.53º95.5%43.53%-
XYZ8.537.291.1-
YUV72.589.91155.46-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 111 (43.75% from 255) = 60.99%
GREEN value IS 66 (26.17% from 255) = 36.26%
BLUE value IS 5 (2.34% from 255) = 2.75%
R=60.99%
G=36.26%
B=2.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.95
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11166500.410.950.5634.5391.3822.75
Hex6F4250295F38235b17
Octal1571025051137704313327
Binary1101111100001010101010011011111111000100011101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6f4205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6f4205; }

 p { color: rgb(111,66,5); }

 H1.HeaderClassName
 {
   color: #6f4205;
 }
 .AnyTagClassName
 {
   color: #6f4205;
 }
</style>
background-color css

<style>
 a { background-color: #6f4205; }

 a { background-color: rgb(111,66,5); }

 div.DivClassName
 {
   background-color: #6f4205;
 }
 .BgClassName
 {
   background-color: #6f4205;
 }
</style>
border-color css

<style>
 span { border-color: #6f4205; }

 span { border-color: rgb(111,66,5); }

 td.TdClassName
 {
   border-color: #6f4205;
 }
 .TagClassName
 {
   border-color: #6f4205;
 }
</style>