#6A4710

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

Shades of Raw Umber #6A4710

Tints of Raw Umber #6A4710

Color information

#6A4710 (or 0x6A4710) is unknown color: approx Raw Umber. HEX triplet: 6A, 47 and 10. RGB value is (106,71,16). Sum of RGB (Red+Green+Blue) = 106+71+16=193 (25% of max value = 765). Red value is 106 (41.80% from 255 or 54.92% from 193); Green value is 71 (28.12% from 255 or 36.79% from 193); Blue value is 16 (6.64% from 255 or 8.29% from 193); Max value from RGB is 106 - color contains mainly: red. Hex color #6A4710 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6A4710 is #95B8EF. Grayscale: #4B4B4B. Windows color (decimal): -9812208 or 1066858. OLE color: 1066858.

HSL color Cylindrical-coordinate representation of color #6A4710: hue angle of 36.67º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6A4710 is Cyan = 0, Magento = 0.33, Yellow = 0.85 and Black (K on CMYK) = 0.58.

Color convert

RGB1067116-
CMYK00.330.850.58
HSL36.67º73.77%23.92%-
HSV(B)36.67º84.91%41.57%-
XYZ8.297.611.52-
YUV75.1994.6149.97-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 54.92%
GREEN value IS 71 (28.12% from 255) = 36.79%
BLUE value IS 16 (6.64% from 255) = 8.29%
R=54.92%
G=36.79%
B=8.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.85
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106711600.330.850.5836.6773.7723.92
Hex6A4710021553A254a18
Octal15210720041125724511230
Binary110101010001111000001000011010101111010100101100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A4710

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,71,16); }

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

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

 a { background-color: rgb(106,71,16); }

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

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

 span { border-color: rgb(106,71,16); }

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