#6A5417

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

Shades of Raw Umber #6A5417

Tints of Raw Umber #6A5417

Color information

#6A5417 (or 0x6A5417) is unknown color: approx Raw Umber. HEX triplet: 6A, 54 and 17. RGB value is (106,84,23). Sum of RGB (Red+Green+Blue) = 106+84+23=213 (28% of max value = 765). Red value is 106 (41.80% from 255 or 49.77% from 213); Green value is 84 (33.20% from 255 or 39.44% from 213); Blue value is 23 (9.38% from 255 or 10.80% from 213); Max value from RGB is 106 - color contains mainly: red. Hex color #6A5417 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6A5417 is #95ABE8. Grayscale: #535353. Windows color (decimal): -9808873 or 1528938. OLE color: 1528938.

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

Color convert

RGB1068423-
CMYK00.210.780.58
HSL44.1º64.34%25.29%-
HSV(B)44.1º78.3%41.57%-
XYZ9.279.472.15-
YUV83.6293.79143.96-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 49.77%
GREEN value IS 84 (33.20% from 255) = 39.44%
BLUE value IS 23 (9.38% from 255) = 10.80%
R=49.77%
G=39.44%
B=10.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.78
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106842300.210.780.5844.164.3425.29
Hex6A54170154E3A2c4019
Octal15212427025116725410031
Binary11010101010100101110101011001110111010101100100000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A5417

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,84,23); }

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

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

 a { background-color: rgb(106,84,23); }

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

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

 span { border-color: rgb(106,84,23); }

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