#6F5204

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

Shades of Raw Umber #6F5204

Tints of Raw Umber #6F5204

Color information

#6F5204 (or 0x6F5204) is unknown color: approx Raw Umber. HEX triplet: 6F, 52 and 04. RGB value is (111,82,4). Sum of RGB (Red+Green+Blue) = 111+82+4=197 (26% of max value = 765). Red value is 111 (43.75% from 255 or 56.35% from 197); Green value is 82 (32.42% from 255 or 41.62% from 197); Blue value is 4 (1.95% from 255 or 2.03% from 197); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5204 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F5204 is #90ADFB. Grayscale: #525252. Windows color (decimal): -9481724 or 283247. OLE color: 283247.

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

Color convert

RGB111824-
CMYK00.260.960.56
HSL43.74º93.04%22.55%-
HSV(B)43.74º96.4%43.53%-
XYZ9.599.421.43-
YUV81.7884.11148.84-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 56.35%
GREEN value IS 82 (32.42% from 255) = 41.62%
BLUE value IS 4 (1.95% from 255) = 2.03%
R=56.35%
G=41.62%
B=2.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.96
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11182400.260.960.5643.7493.0422.55
Hex6F52401A60382c5d17
Octal1571224032140705413527
Binary110111110100101000110101100000111000101100101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F5204

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,82,4); }

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

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

 a { background-color: rgb(111,82,4); }

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

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

 span { border-color: rgb(111,82,4); }

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