#6C4D16

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

Shades of Raw Umber #6C4D16

Tints of Raw Umber #6C4D16

Color information

#6C4D16 (or 0x6C4D16) is unknown color: approx Raw Umber. HEX triplet: 6C, 4D and 16. RGB value is (108,77,22). Sum of RGB (Red+Green+Blue) = 108+77+22=207 (27% of max value = 765). Red value is 108 (42.58% from 255 or 52.17% from 207); Green value is 77 (30.47% from 255 or 37.20% from 207); Blue value is 22 (8.98% from 255 or 10.63% from 207); Max value from RGB is 108 - color contains mainly: red. Hex color #6C4D16 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6C4D16 is #93B2E9. Grayscale: #505050. Windows color (decimal): -9679594 or 1461612. OLE color: 1461612.

HSL color Cylindrical-coordinate representation of color #6C4D16: hue angle of 38.37º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6C4D16 is Cyan = 0, Magento = 0.29, Yellow = 0.80 and Black (K on CMYK) = 0.58.

Color convert

RGB1087722-
CMYK00.290.800.58
HSL38.37º66.15%25.49%-
HSV(B)38.37º79.63%42.35%-
XYZ8.988.551.94-
YUV8095.27147.97-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 52.17%
GREEN value IS 77 (30.47% from 255) = 37.20%
BLUE value IS 22 (8.98% from 255) = 10.63%
R=52.17%
G=37.20%
B=10.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.80
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108772200.290.800.5838.3766.1525.49
Hex6C4D1601D503A264219
Octal15411526035120724610231
Binary11011001001101101100111011010000111010100110100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C4D16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,77,22); }

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

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

 a { background-color: rgb(108,77,22); }

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

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

 span { border-color: rgb(108,77,22); }

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