#6A480A

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

Shades of Raw Umber #6A480A

Tints of Raw Umber #6A480A

Color information

#6A480A (or 0x6A480A) is unknown color: approx Raw Umber. HEX triplet: 6A, 48 and 0A. RGB value is (106,72,10). Sum of RGB (Red+Green+Blue) = 106+72+10=188 (24% of max value = 765). Red value is 106 (41.80% from 255 or 56.38% from 188); Green value is 72 (28.52% from 255 or 38.30% from 188); Blue value is 10 (4.30% from 255 or 5.32% from 188); Max value from RGB is 106 - color contains mainly: red. Hex color #6A480A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6A480A is #95B7F5. Grayscale: #4B4B4B. Windows color (decimal): -9811958 or 673898. OLE color: 673898.

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

Color convert

RGB1067210-
CMYK00.320.910.58
HSL38.75º82.76%22.75%-
HSV(B)38.75º90.57%41.57%-
XYZ8.327.721.34-
YUV75.191.26150.04-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 56.38%
GREEN value IS 72 (28.52% from 255) = 38.30%
BLUE value IS 10 (4.30% from 255) = 5.32%
R=56.38%
G=38.30%
B=5.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.91
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106721000.320.910.5838.7582.7622.75
Hex6A48A0205B3A275317
Octal15211012040133724712327
Binary11010101001000101001000001011011111010100111101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A480A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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