#6C5D06

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

Shades of Raw Umber #6C5D06

Tints of Raw Umber #6C5D06

Color information

#6C5D06 (or 0x6C5D06) is unknown color: approx Raw Umber. HEX triplet: 6C, 5D and 06. RGB value is (108,93,6). Sum of RGB (Red+Green+Blue) = 108+93+6=207 (27% of max value = 765). Red value is 108 (42.58% from 255 or 52.17% from 207); Green value is 93 (36.72% from 255 or 44.93% from 207); Blue value is 6 (2.73% from 255 or 2.90% from 207); Max value from RGB is 108 - color contains mainly: red. Hex color #6C5D06 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6C5D06 is #93A2F9. Grayscale: #575757. Windows color (decimal): -9675514 or 417132. OLE color: 417132.

HSL color Cylindrical-coordinate representation of color #6C5D06: hue angle of 51.18º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6C5D06 is Cyan = 0, Magento = 0.14, Yellow = 0.94 and Black (K on CMYK) = 0.58.

Color convert

RGB108936-
CMYK00.140.940.58
HSL51.18º89.47%22.35%-
HSV(B)51.18º94.44%42.35%-
XYZ10.1311.031.77-
YUV87.5781.97142.57-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 52.17%
GREEN value IS 93 (36.72% from 255) = 44.93%
BLUE value IS 6 (2.73% from 255) = 2.90%
R=52.17%
G=44.93%
B=2.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.94
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10893600.140.940.5851.1889.4722.35
Hex6C5D60E5E3A335916
Octal1541356016136726313126
Binary11011001011101110011101011110111010110011101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C5D06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,93,6); }

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

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

 a { background-color: rgb(108,93,6); }

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

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

 span { border-color: rgb(108,93,6); }

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