#6A4008

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

Shades of Raw Umber #6A4008

Tints of Raw Umber #6A4008

Color information

#6A4008 (or 0x6A4008) is unknown color: approx Raw Umber. HEX triplet: 6A, 40 and 08. RGB value is (106,64,8). Sum of RGB (Red+Green+Blue) = 106+64+8=178 (23% of max value = 765). Red value is 106 (41.80% from 255 or 59.55% from 178); Green value is 64 (25.39% from 255 or 35.96% from 178); Blue value is 8 (3.52% from 255 or 4.49% from 178); Max value from RGB is 106 - color contains mainly: red. Hex color #6A4008 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6A4008 is #95BFF7. Grayscale: #464646. Windows color (decimal): -9814008 or 540778. OLE color: 540778.

HSL color Cylindrical-coordinate representation of color #6A4008: hue angle of 34.29º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6A4008 is Cyan = 0, Magento = 0.40, Yellow = 0.92 and Black (K on CMYK) = 0.58.

Color convert

RGB106648-
CMYK00.400.920.58
HSL34.29º85.96%22.35%-
HSV(B)34.29º92.45%41.57%-
XYZ7.826.751.12-
YUV70.1792.91153.55-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 59.55%
GREEN value IS 64 (25.39% from 255) = 35.96%
BLUE value IS 8 (3.52% from 255) = 4.49%
R=59.55%
G=35.96%
B=4.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.92
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10664800.400.920.5834.2985.9622.35
Hex6A4080285C3A225616
Octal15210010050134724212626
Binary11010101000000100001010001011100111010100010101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A4008

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,64,8); }

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

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

 a { background-color: rgb(106,64,8); }

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

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

 span { border-color: rgb(106,64,8); }

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