#6C5212

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

Shades of Raw Umber #6C5212

Tints of Raw Umber #6C5212

Color information

#6C5212 (or 0x6C5212) is unknown color: approx Raw Umber. HEX triplet: 6C, 52 and 12. RGB value is (108,82,18). Sum of RGB (Red+Green+Blue) = 108+82+18=208 (27% of max value = 765). Red value is 108 (42.58% from 255 or 51.92% from 208); Green value is 82 (32.42% from 255 or 39.42% from 208); Blue value is 18 (7.42% from 255 or 8.65% from 208); Max value from RGB is 108 - color contains mainly: red. Hex color #6C5212 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6C5212 is #93ADED. Grayscale: #525252. Windows color (decimal): -9678318 or 1200748. OLE color: 1200748.

HSL color Cylindrical-coordinate representation of color #6C5212: hue angle of 42.67º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6C5212 is Cyan = 0, Magento = 0.24, Yellow = 0.83 and Black (K on CMYK) = 0.58.

Color convert

RGB1088218-
CMYK00.240.830.58
HSL42.67º71.43%24.71%-
HSV(B)42.67º83.33%42.35%-
XYZ9.319.271.87-
YUV82.4891.61146.2-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 51.92%
GREEN value IS 82 (32.42% from 255) = 39.42%
BLUE value IS 18 (7.42% from 255) = 8.65%
R=51.92%
G=39.42%
B=8.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.83
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108821800.240.830.5842.6771.4324.71
Hex6C5212018533A2b4719
Octal15412222030123725310731
Binary11011001010010100100110001010011111010101011100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C5212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,82,18); }

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

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

 a { background-color: rgb(108,82,18); }

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

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

 span { border-color: rgb(108,82,18); }

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