#6a5716

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

Shades of Raw Umber #6A5716

Tints of Raw Umber #6A5716

Color information

#6A5716 (or 0x6A5716) is unknown color: approx Raw Umber. HEX triplet: 6A, 57 and 16. RGB value is (106,87,22). Sum of RGB (Red+Green+Blue) = 106+87+22=215 (28% of max value = 765). Red value is 106 (41.80% from 255 or 49.30% from 215); Green value is 87 (34.38% from 255 or 40.47% from 215); Blue value is 22 (8.98% from 255 or 10.23% from 215); Max value from RGB is 106 - color contains mainly: red. Hex color #6A5716 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6A5716 is #95A8E9. Grayscale: #555555. Windows color (decimal): -9808106 or 1464170. OLE color: 1464170.

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

Color convert

RGB1068722-
CMYK00.180.790.58
HSL46.43º65.62%25.1%-
HSV(B)46.43º79.25%41.57%-
XYZ9.59.942.18-
YUV85.2792.29142.79-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 49.30%
GREEN value IS 87 (34.38% from 255) = 40.47%
BLUE value IS 22 (8.98% from 255) = 10.23%
R=49.30%
G=40.47%
B=10.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.79
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106872200.180.790.5846.4365.6225.1
Hex6A57160124F3A2e4219
Octal15212726022117725610231
Binary11010101010111101100100101001111111010101110100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6a5716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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