#6A4616

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

Shades of Raw Umber #6A4616

Tints of Raw Umber #6A4616

Color information

#6A4616 (or 0x6A4616) is unknown color: approx Raw Umber. HEX triplet: 6A, 46 and 16. RGB value is (106,70,22). Sum of RGB (Red+Green+Blue) = 106+70+22=198 (26% of max value = 765). Red value is 106 (41.80% from 255 or 53.54% from 198); Green value is 70 (27.73% from 255 or 35.35% from 198); Blue value is 22 (8.98% from 255 or 11.11% from 198); Max value from RGB is 106 - color contains mainly: red. Hex color #6A4616 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6A4616 is #95B9E9. Grayscale: #4B4B4B. Windows color (decimal): -9812458 or 1459818. OLE color: 1459818.

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

Color convert

RGB1067022-
CMYK00.340.790.58
HSL34.29º65.62%25.1%-
HSV(B)34.29º79.25%41.57%-
XYZ8.287.51.77-
YUV75.2997.93149.9-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 53.54%
GREEN value IS 70 (27.73% from 255) = 35.35%
BLUE value IS 22 (8.98% from 255) = 11.11%
R=53.54%
G=35.35%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.79
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106702200.340.790.5834.2965.6225.1
Hex6A46160224F3A224219
Octal15210626042117724210231
Binary110101010001101011001000101001111111010100010100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A4616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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