#6C5104

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

Shades of Raw Umber #6C5104

Tints of Raw Umber #6C5104

Color information

#6C5104 (or 0x6C5104) is unknown color: approx Raw Umber. HEX triplet: 6C, 51 and 04. RGB value is (108,81,4). Sum of RGB (Red+Green+Blue) = 108+81+4=193 (25% of max value = 765). Red value is 108 (42.58% from 255 or 55.96% from 193); Green value is 81 (32.03% from 255 or 41.97% from 193); Blue value is 4 (1.95% from 255 or 2.07% from 193); Max value from RGB is 108 - color contains mainly: red. Hex color #6C5104 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6C5104 is #93AEFB. Grayscale: #505050. Windows color (decimal): -9678588 or 282988. OLE color: 282988.

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

Color convert

RGB108814-
CMYK00.250.960.58
HSL44.42º92.86%21.96%-
HSV(B)44.42º96.3%42.35%-
XYZ9.159.081.39-
YUV80.384.95147.76-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 55.96%
GREEN value IS 81 (32.03% from 255) = 41.97%
BLUE value IS 4 (1.95% from 255) = 2.07%
R=55.96%
G=41.97%
B=2.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.96
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10881400.250.960.5844.4292.8621.96
Hex6C514019603A2c5d16
Octal1541214031140725413526
Binary110110010100011000110011100000111010101100101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C5104

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,81,4); }

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

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

 a { background-color: rgb(108,81,4); }

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

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

 span { border-color: rgb(108,81,4); }

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