#6A5316

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

Shades of Raw Umber #6A5316

Tints of Raw Umber #6A5316

Color information

#6A5316 (or 0x6A5316) is unknown color: approx Raw Umber. HEX triplet: 6A, 53 and 16. RGB value is (106,83,22). Sum of RGB (Red+Green+Blue) = 106+83+22=211 (27% of max value = 765). Red value is 106 (41.80% from 255 or 50.24% from 211); Green value is 83 (32.81% from 255 or 39.34% from 211); Blue value is 22 (8.98% from 255 or 10.43% from 211); Max value from RGB is 106 - color contains mainly: red. Hex color #6A5316 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6A5316 is #95ACE9. Grayscale: #535353. Windows color (decimal): -9809130 or 1463146. OLE color: 1463146.

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

Color convert

RGB1068322-
CMYK00.220.790.58
HSL43.57º65.62%25.1%-
HSV(B)43.57º79.25%41.57%-
XYZ9.189.312.07-
YUV82.9293.62144.46-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 50.24%
GREEN value IS 83 (32.81% from 255) = 39.34%
BLUE value IS 22 (8.98% from 255) = 10.43%
R=50.24%
G=39.34%
B=10.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.79
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106832200.220.790.5843.5765.6225.1
Hex6A53160164F3A2c4219
Octal15212326026117725410231
Binary11010101010011101100101101001111111010101100100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A5316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,83,22); }

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

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

 a { background-color: rgb(106,83,22); }

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

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

 span { border-color: rgb(106,83,22); }

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