#6C5618

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

Shades of Raw Umber #6C5618

Tints of Raw Umber #6C5618

Color information

#6C5618 (or 0x6C5618) is unknown color: approx Raw Umber. HEX triplet: 6C, 56 and 18. RGB value is (108,86,24). Sum of RGB (Red+Green+Blue) = 108+86+24=218 (28% of max value = 765). Red value is 108 (42.58% from 255 or 49.54% from 218); Green value is 86 (33.98% from 255 or 39.45% from 218); Blue value is 24 (9.77% from 255 or 11.01% from 218); Max value from RGB is 108 - color contains mainly: red. Hex color #6C5618 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6C5618 is #93A9E7. Grayscale: #555555. Windows color (decimal): -9677288 or 1594988. OLE color: 1594988.

HSL color Cylindrical-coordinate representation of color #6C5618: hue angle of 44.29º degrees, saturation: 0.64, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6C5618 is Cyan = 0, Magento = 0.20, Yellow = 0.78 and Black (K on CMYK) = 0.58.

Color convert

RGB1088624-
CMYK00.200.780.58
HSL44.29º63.64%25.88%-
HSV(B)44.29º77.78%42.35%-
XYZ9.689.912.27-
YUV85.5193.29144.04-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 49.54%
GREEN value IS 86 (33.98% from 255) = 39.45%
BLUE value IS 24 (9.77% from 255) = 11.01%
R=49.54%
G=39.45%
B=11.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.78
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108862400.200.780.5844.2963.6425.88
Hex6C56180144E3A2c401a
Octal15412630024116725410032
Binary11011001010110110000101001001110111010101100100000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C5618

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,86,24); }

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

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

 a { background-color: rgb(108,86,24); }

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

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

 span { border-color: rgb(108,86,24); }

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