#6C4C0B

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

Shades of Raw Umber #6C4C0B

Tints of Raw Umber #6C4C0B

Color information

#6C4C0B (or 0x6C4C0B) is unknown color: approx Raw Umber. HEX triplet: 6C, 4C and 0B. RGB value is (108,76,11). Sum of RGB (Red+Green+Blue) = 108+76+11=195 (25% of max value = 765). Red value is 108 (42.58% from 255 or 55.38% from 195); Green value is 76 (30.08% from 255 or 38.97% from 195); Blue value is 11 (4.69% from 255 or 5.64% from 195); Max value from RGB is 108 - color contains mainly: red. Hex color #6C4C0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6C4C0B is #93B3F4. Grayscale: #4E4E4E. Windows color (decimal): -9679861 or 740460. OLE color: 740460.

HSL color Cylindrical-coordinate representation of color #6C4C0B: hue angle of 40.21º degrees, saturation: 0.82, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6C4C0B is Cyan = 0, Magento = 0.30, Yellow = 0.90 and Black (K on CMYK) = 0.58.

Color convert

RGB1087611-
CMYK00.300.900.58
HSL40.21º81.51%23.33%-
HSV(B)40.21º89.81%42.35%-
XYZ8.838.381.47-
YUV78.1690.1149.29-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 55.38%
GREEN value IS 76 (30.08% from 255) = 38.97%
BLUE value IS 11 (4.69% from 255) = 5.64%
R=55.38%
G=38.97%
B=5.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.90
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108761100.300.900.5840.2181.5123.33
Hex6C4CB01E5A3A285217
Octal15411413036132725012227
Binary1101100100110010110111101011010111010101000101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C4C0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,76,11); }

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

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

 a { background-color: rgb(108,76,11); }

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

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

 span { border-color: rgb(108,76,11); }

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