#6F4210

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

Shades of Raw Umber #6F4210

Tints of Raw Umber #6F4210

Color information

#6F4210 (or 0x6F4210) is unknown color: approx Raw Umber. HEX triplet: 6F, 42 and 10. RGB value is (111,66,16). Sum of RGB (Red+Green+Blue) = 111+66+16=193 (25% of max value = 765). Red value is 111 (43.75% from 255 or 57.51% from 193); Green value is 66 (26.17% from 255 or 34.20% from 193); Blue value is 16 (6.64% from 255 or 8.29% from 193); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4210 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F4210 is #90BDEF. Grayscale: #4A4A4A. Windows color (decimal): -9485808 or 1065583. OLE color: 1065583.

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

Color convert

RGB1116616-
CMYK00.410.860.56
HSL31.58º74.8%24.9%-
HSV(B)31.58º85.59%43.53%-
XYZ8.67.311.45-
YUV73.7695.41154.57-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 57.51%
GREEN value IS 66 (26.17% from 255) = 34.20%
BLUE value IS 16 (6.64% from 255) = 8.29%
R=57.51%
G=34.20%
B=8.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.86
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111661600.410.860.5631.5874.824.9
Hex6F42100295638204b19
Octal15710220051126704011331
Binary110111110000101000001010011010110111000100000100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F4210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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