#6B4C16

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

Shades of Raw Umber #6B4C16

Tints of Raw Umber #6B4C16

Color information

#6B4C16 (or 0x6B4C16) is unknown color: approx Raw Umber. HEX triplet: 6B, 4C and 16. RGB value is (107,76,22). Sum of RGB (Red+Green+Blue) = 107+76+22=205 (27% of max value = 765). Red value is 107 (42.19% from 255 or 52.20% from 205); Green value is 76 (30.08% from 255 or 37.07% from 205); Blue value is 22 (8.98% from 255 or 10.73% from 205); Max value from RGB is 107 - color contains mainly: red. Hex color #6B4C16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6B4C16 is #94B3E9. Grayscale: #4F4F4F. Windows color (decimal): -9745386 or 1461355. OLE color: 1461355.

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

Color convert

RGB1077622-
CMYK00.290.790.58
HSL38.12º65.89%25.29%-
HSV(B)38.12º79.44%41.96%-
XYZ8.798.351.91-
YUV79.1195.77147.89-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 52.20%
GREEN value IS 76 (30.08% from 255) = 37.07%
BLUE value IS 22 (8.98% from 255) = 10.73%
R=52.20%
G=37.07%
B=10.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.79
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107762200.290.790.5838.1265.8925.29
Hex6B4C1601D4F3A264219
Octal15311426035117724610231
Binary11010111001100101100111011001111111010100110100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B4C16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,76,22); }

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

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

 a { background-color: rgb(107,76,22); }

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

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

 span { border-color: rgb(107,76,22); }

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