#6B4616

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

Shades of Raw Umber #6B4616

Tints of Raw Umber #6B4616

Color information

#6B4616 (or 0x6B4616) is unknown color: approx Raw Umber. HEX triplet: 6B, 46 and 16. RGB value is (107,70,22). Sum of RGB (Red+Green+Blue) = 107+70+22=199 (26% of max value = 765). Red value is 107 (42.19% from 255 or 53.77% from 199); Green value is 70 (27.73% from 255 or 35.18% from 199); Blue value is 22 (8.98% from 255 or 11.06% from 199); Max value from RGB is 107 - color contains mainly: red. Hex color #6B4616 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6B4616 is #94B9E9. Grayscale: #4B4B4B. Windows color (decimal): -9746922 or 1459819. OLE color: 1459819.

HSL color Cylindrical-coordinate representation of color #6B4616: hue angle of 33.88º 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 #6B4616 is Cyan = 0, Magento = 0.35, Yellow = 0.79 and Black (K on CMYK) = 0.58.

Color convert

RGB1077022-
CMYK00.350.790.58
HSL33.88º65.89%25.29%-
HSV(B)33.88º79.44%41.96%-
XYZ8.47.561.78-
YUV75.5997.76150.4-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 53.77%
GREEN value IS 70 (27.73% from 255) = 35.18%
BLUE value IS 22 (8.98% from 255) = 11.06%
R=53.77%
G=35.18%
B=11.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.79
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107702200.350.790.5833.8865.8925.29
Hex6B46160234F3A224219
Octal15310626043117724210231
Binary110101110001101011001000111001111111010100010100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B4616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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