#6A510C

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

Shades of Raw Umber #6A510C

Tints of Raw Umber #6A510C

Color information

#6A510C (or 0x6A510C) is unknown color: approx Raw Umber. HEX triplet: 6A, 51 and 0C. RGB value is (106,81,12). Sum of RGB (Red+Green+Blue) = 106+81+12=199 (26% of max value = 765). Red value is 106 (41.80% from 255 or 53.27% from 199); Green value is 81 (32.03% from 255 or 40.70% from 199); Blue value is 12 (5.08% from 255 or 6.03% from 199); Max value from RGB is 106 - color contains mainly: red. Hex color #6A510C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6A510C is #95AEF3. Grayscale: #505050. Windows color (decimal): -9809652 or 807274. OLE color: 807274.

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

Color convert

RGB1068112-
CMYK00.240.890.58
HSL44.04º79.66%23.14%-
HSV(B)44.04º88.68%41.57%-
XYZ8.958.981.61-
YUV80.6189.28146.11-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 53.27%
GREEN value IS 81 (32.03% from 255) = 40.70%
BLUE value IS 12 (5.08% from 255) = 6.03%
R=53.27%
G=40.70%
B=6.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.89
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106811200.240.890.5844.0479.6623.14
Hex6A51C018593A2c5017
Octal15212114030131725412027
Binary1101010101000111000110001011001111010101100101000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A510C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,81,12); }

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

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

 a { background-color: rgb(106,81,12); }

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

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

 span { border-color: rgb(106,81,12); }

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