#6A410D

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

Shades of Raw Umber #6A410D

Tints of Raw Umber #6A410D

Color information

#6A410D (or 0x6A410D) is unknown color: approx Raw Umber. HEX triplet: 6A, 41 and 0D. RGB value is (106,65,13). Sum of RGB (Red+Green+Blue) = 106+65+13=184 (24% of max value = 765). Red value is 106 (41.80% from 255 or 57.61% from 184); Green value is 65 (25.78% from 255 or 35.33% from 184); Blue value is 13 (5.47% from 255 or 7.07% from 184); Max value from RGB is 106 - color contains mainly: red. Hex color #6A410D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6A410D is #95BEF2. Grayscale: #474747. Windows color (decimal): -9813747 or 868714. OLE color: 868714.

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

Color convert

RGB1066513-
CMYK00.390.880.58
HSL33.55º78.15%23.33%-
HSV(B)33.55º87.74%41.57%-
XYZ7.916.871.29-
YUV71.3395.08152.73-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 57.61%
GREEN value IS 65 (25.78% from 255) = 35.33%
BLUE value IS 13 (5.47% from 255) = 7.07%
R=57.61%
G=35.33%
B=7.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.88
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106651300.390.880.5833.5578.1523.33
Hex6A41D027583A224e17
Octal15210115047130724211627
Binary11010101000001110101001111011000111010100010100111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A410D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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