#6A510D

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

Shades of Raw Umber #6A510D

Tints of Raw Umber #6A510D

Color information

#6A510D (or 0x6A510D) is unknown color: approx Raw Umber. HEX triplet: 6A, 51 and 0D. RGB value is (106,81,13). Sum of RGB (Red+Green+Blue) = 106+81+13=200 (26% of max value = 765). Red value is 106 (41.80% from 255 or 53% from 200); Green value is 81 (32.03% from 255 or 40.5% from 200); Blue value is 13 (5.47% from 255 or 6.5% from 200); Max value from RGB is 106 - color contains mainly: red. Hex color #6A510D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6A510D is #95AEF2. Grayscale: #515151. Windows color (decimal): -9809651 or 872810. OLE color: 872810.

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

Color convert

RGB1068113-
CMYK00.240.880.58
HSL43.87º78.15%23.33%-
HSV(B)43.87º87.74%41.57%-
XYZ8.968.981.64-
YUV80.7289.78146.03-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 53%
GREEN value IS 81 (32.03% from 255) = 40.5%
BLUE value IS 13 (5.47% from 255) = 6.5%
R=53%
G=40.5%
B=6.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.88
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106811300.240.880.5843.8778.1523.33
Hex6A51D018583A2c4e17
Octal15212115030130725411627
Binary1101010101000111010110001011000111010101100100111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A510D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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