#6F5E0C

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

Shades of Raw Umber #6F5E0C

Tints of Raw Umber #6F5E0C

Color information

#6F5E0C (or 0x6F5E0C) is unknown color: approx Raw Umber. HEX triplet: 6F, 5E and 0C. RGB value is (111,94,12). Sum of RGB (Red+Green+Blue) = 111+94+12=217 (28% of max value = 765). Red value is 111 (43.75% from 255 or 51.15% from 217); Green value is 94 (37.11% from 255 or 43.32% from 217); Blue value is 12 (5.08% from 255 or 5.53% from 217); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5E0C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F5E0C is #90A1F3. Grayscale: #5A5A5A. Windows color (decimal): -9478644 or 810607. OLE color: 810607.

HSL color Cylindrical-coordinate representation of color #6F5E0C: hue angle of 49.7º degrees, saturation: 0.8, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6F5E0C is Cyan = 0, Magento = 0.15, Yellow = 0.89 and Black (K on CMYK) = 0.56.

Color convert

RGB1119412-
CMYK00.150.890.56
HSL49.7º80.49%24.12%-
HSV(B)49.7º89.19%43.53%-
XYZ10.6211.411.99-
YUV89.7384.13143.17-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 51.15%
GREEN value IS 94 (37.11% from 255) = 43.32%
BLUE value IS 12 (5.08% from 255) = 5.53%
R=51.15%
G=43.32%
B=5.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.89
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111941200.150.890.5649.780.4924.12
Hex6F5EC0F5938325018
Octal15713614017131706212030
Binary110111110111101100011111011001111000110010101000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F5E0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,94,12); }

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

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

 a { background-color: rgb(111,94,12); }

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

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

 span { border-color: rgb(111,94,12); }

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