#6A501C

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

Shades of Raw Umber #6A501C

Tints of Raw Umber #6A501C

Color information

#6A501C (or 0x6A501C) is unknown color: approx Raw Umber. HEX triplet: 6A, 50 and 1C. RGB value is (106,80,28). Sum of RGB (Red+Green+Blue) = 106+80+28=214 (28% of max value = 765). Red value is 106 (41.80% from 255 or 49.53% from 214); Green value is 80 (31.64% from 255 or 37.38% from 214); Blue value is 28 (11.33% from 255 or 13.08% from 214); Max value from RGB is 106 - color contains mainly: red. Hex color #6A501C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A501C is #95AFE3. Grayscale: #525252. Windows color (decimal): -9809892 or 1855594. OLE color: 1855594.

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

Color convert

RGB1068028-
CMYK00.250.740.58
HSL40º58.21%26.27%-
HSV(B)40º73.58%41.57%-
XYZ9.028.892.34-
YUV81.8597.61145.23-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 49.53%
GREEN value IS 80 (31.64% from 255) = 37.38%
BLUE value IS 28 (11.33% from 255) = 13.08%
R=49.53%
G=37.38%
B=13.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.74
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106802800.250.740.584058.2126.27
Hex6A501C0194A3A283a1a
Octal1521203403111272507232
Binary1101010101000011100011001100101011101010100011101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A501C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,80,28); }

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

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

 a { background-color: rgb(106,80,28); }

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

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

 span { border-color: rgb(106,80,28); }

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