#6C5405

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

Shades of Raw Umber #6C5405

Tints of Raw Umber #6C5405

Color information

#6C5405 (or 0x6C5405) is unknown color: approx Raw Umber. HEX triplet: 6C, 54 and 05. RGB value is (108,84,5). Sum of RGB (Red+Green+Blue) = 108+84+5=197 (26% of max value = 765). Red value is 108 (42.58% from 255 or 54.82% from 197); Green value is 84 (33.20% from 255 or 42.64% from 197); Blue value is 5 (2.34% from 255 or 2.54% from 197); Max value from RGB is 108 - color contains mainly: red. Hex color #6C5405 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6C5405 is #93ABFA. Grayscale: #525252. Windows color (decimal): -9677819 or 349292. OLE color: 349292.

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

Color convert

RGB108845-
CMYK00.220.950.58
HSL46.02º91.15%22.16%-
HSV(B)46.02º95.37%42.35%-
XYZ9.389.541.49-
YUV82.1784.45146.42-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 54.82%
GREEN value IS 84 (33.20% from 255) = 42.64%
BLUE value IS 5 (2.34% from 255) = 2.54%
R=54.82%
G=42.64%
B=2.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.95
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10884500.220.950.5846.0291.1522.16
Hex6C5450165F3A2e5b16
Octal1541245026137725613326
Binary110110010101001010101101011111111010101110101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C5405

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,84,5); }

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

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

 a { background-color: rgb(108,84,5); }

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

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

 span { border-color: rgb(108,84,5); }

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