#6F5414

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

Shades of Raw Umber #6F5414

Tints of Raw Umber #6F5414

Color information

#6F5414 (or 0x6F5414) is unknown color: approx Raw Umber. HEX triplet: 6F, 54 and 14. RGB value is (111,84,20). Sum of RGB (Red+Green+Blue) = 111+84+20=215 (28% of max value = 765). Red value is 111 (43.75% from 255 or 51.63% from 215); Green value is 84 (33.20% from 255 or 39.07% from 215); Blue value is 20 (8.20% from 255 or 9.30% from 215); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5414 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F5414 is #90ABEB. Grayscale: #555555. Windows color (decimal): -9481196 or 1332335. OLE color: 1332335.

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

Color convert

RGB1118420-
CMYK00.240.820.56
HSL42.2º69.47%25.69%-
HSV(B)42.2º81.98%43.53%-
XYZ9.859.772.03-
YUV84.7891.45146.7-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 51.63%
GREEN value IS 84 (33.20% from 255) = 39.07%
BLUE value IS 20 (8.20% from 255) = 9.30%
R=51.63%
G=39.07%
B=9.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.82
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111842000.240.820.5642.269.4725.69
Hex6F541401852382a451a
Octal15712424030122705210532
Binary11011111010100101000110001010010111000101010100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F5414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,84,20); }

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

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

 a { background-color: rgb(111,84,20); }

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

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

 span { border-color: rgb(111,84,20); }

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