#6A5218

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

Shades of Raw Umber #6A5218

Tints of Raw Umber #6A5218

Color information

#6A5218 (or 0x6A5218) is unknown color: approx Raw Umber. HEX triplet: 6A, 52 and 18. RGB value is (106,82,24). Sum of RGB (Red+Green+Blue) = 106+82+24=212 (28% of max value = 765). Red value is 106 (41.80% from 255 or 50% from 212); Green value is 82 (32.42% from 255 or 38.68% from 212); Blue value is 24 (9.77% from 255 or 11.32% from 212); Max value from RGB is 106 - color contains mainly: red. Hex color #6A5218 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6A5218 is #95ADE7. Grayscale: #525252. Windows color (decimal): -9809384 or 1593962. OLE color: 1593962.

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

Color convert

RGB1068224-
CMYK00.230.770.58
HSL42.44º63.08%25.49%-
HSV(B)42.44º77.36%41.57%-
XYZ9.139.162.15-
YUV82.5694.95144.72-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 50%
GREEN value IS 82 (32.42% from 255) = 38.68%
BLUE value IS 24 (9.77% from 255) = 11.32%
R=50%
G=38.68%
B=11.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.77
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106822400.230.770.5842.4463.0825.49
Hex6A52180174D3A2a3f19
Octal1521223002711572527731
Binary1101010101001011000010111100110111101010101011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A5218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,82,24); }

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

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

 a { background-color: rgb(106,82,24); }

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

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

 span { border-color: rgb(106,82,24); }

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