#6C5506

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

Shades of Raw Umber #6C5506

Tints of Raw Umber #6C5506

Color information

#6C5506 (or 0x6C5506) is unknown color: approx Raw Umber. HEX triplet: 6C, 55 and 06. RGB value is (108,85,6). Sum of RGB (Red+Green+Blue) = 108+85+6=199 (26% of max value = 765). Red value is 108 (42.58% from 255 or 54.27% from 199); Green value is 85 (33.59% from 255 or 42.71% from 199); Blue value is 6 (2.73% from 255 or 3.02% from 199); Max value from RGB is 108 - color contains mainly: red. Hex color #6C5506 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6C5506 is #93AAF9. Grayscale: #535353. Windows color (decimal): -9677562 or 415084. OLE color: 415084.

HSL color Cylindrical-coordinate representation of color #6C5506: hue angle of 46.47º 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 #6C5506 is Cyan = 0, Magento = 0.21, Yellow = 0.94 and Black (K on CMYK) = 0.58.

Color convert

RGB108856-
CMYK00.210.940.58
HSL46.47º89.47%22.35%-
HSV(B)46.47º94.44%42.35%-
XYZ9.479.71.55-
YUV82.8784.62145.92-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 54.27%
GREEN value IS 85 (33.59% from 255) = 42.71%
BLUE value IS 6 (2.73% from 255) = 3.02%
R=54.27%
G=42.71%
B=3.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.94
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10885600.210.940.5846.4789.4722.35
Hex6C5560155E3A2e5916
Octal1541256025136725613126
Binary110110010101011100101011011110111010101110101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C5506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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