#6B5416

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

Shades of Raw Umber #6B5416

Tints of Raw Umber #6B5416

Color information

#6B5416 (or 0x6B5416) is unknown color: approx Raw Umber. HEX triplet: 6B, 54 and 16. RGB value is (107,84,22). Sum of RGB (Red+Green+Blue) = 107+84+22=213 (28% of max value = 765). Red value is 107 (42.19% from 255 or 50.23% from 213); Green value is 84 (33.20% from 255 or 39.44% from 213); Blue value is 22 (8.98% from 255 or 10.33% from 213); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5416 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6B5416 is #94ABE9. Grayscale: #545454. Windows color (decimal): -9743338 or 1463403. OLE color: 1463403.

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

Color convert

RGB1078422-
CMYK00.210.790.58
HSL43.76º65.89%25.29%-
HSV(B)43.76º79.44%41.96%-
XYZ9.389.522.1-
YUV83.8193.12144.54-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 50.23%
GREEN value IS 84 (33.20% from 255) = 39.44%
BLUE value IS 22 (8.98% from 255) = 10.33%
R=50.23%
G=39.44%
B=10.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.79
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107842200.210.790.5843.7665.8925.29
Hex6B54160154F3A2c4219
Octal15312426025117725410231
Binary11010111010100101100101011001111111010101100100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B5416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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