#6A4712

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

Shades of Raw Umber #6A4712

Tints of Raw Umber #6A4712

Color information

#6A4712 (or 0x6A4712) is unknown color: approx Raw Umber. HEX triplet: 6A, 47 and 12. RGB value is (106,71,18). Sum of RGB (Red+Green+Blue) = 106+71+18=195 (25% of max value = 765). Red value is 106 (41.80% from 255 or 54.36% from 195); Green value is 71 (28.12% from 255 or 36.41% from 195); Blue value is 18 (7.42% from 255 or 9.23% from 195); Max value from RGB is 106 - color contains mainly: red. Hex color #6A4712 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6A4712 is #95B8ED. Grayscale: #4B4B4B. Windows color (decimal): -9812206 or 1197930. OLE color: 1197930.

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

Color convert

RGB1067118-
CMYK00.330.830.58
HSL36.14º70.97%24.31%-
HSV(B)36.14º83.02%41.57%-
XYZ8.317.611.6-
YUV75.4295.6149.81-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 54.36%
GREEN value IS 71 (28.12% from 255) = 36.41%
BLUE value IS 18 (7.42% from 255) = 9.23%
R=54.36%
G=36.41%
B=9.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.83
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106711800.330.830.5836.1470.9724.31
Hex6A4712021533A244718
Octal15210722041123724410730
Binary110101010001111001001000011010011111010100100100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A4712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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