#6A4808

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

Shades of Raw Umber #6A4808

Tints of Raw Umber #6A4808

Color information

#6A4808 (or 0x6A4808) is unknown color: approx Raw Umber. HEX triplet: 6A, 48 and 08. RGB value is (106,72,8). Sum of RGB (Red+Green+Blue) = 106+72+8=186 (24% of max value = 765). Red value is 106 (41.80% from 255 or 56.99% from 186); Green value is 72 (28.52% from 255 or 38.71% from 186); Blue value is 8 (3.52% from 255 or 4.30% from 186); Max value from RGB is 106 - color contains mainly: red. Hex color #6A4808 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6A4808 is #95B7F7. Grayscale: #4B4B4B. Windows color (decimal): -9811960 or 542826. OLE color: 542826.

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

Color convert

RGB106728-
CMYK00.320.920.58
HSL39.18º85.96%22.35%-
HSV(B)39.18º92.45%41.57%-
XYZ8.317.721.28-
YUV74.8790.26150.2-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 56.99%
GREEN value IS 72 (28.52% from 255) = 38.71%
BLUE value IS 8 (3.52% from 255) = 4.30%
R=56.99%
G=38.71%
B=4.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.92
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10672800.320.920.5839.1885.9622.35
Hex6A4880205C3A275616
Octal15211010040134724712626
Binary11010101001000100001000001011100111010100111101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A4808

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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