#6A400D

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

Shades of Raw Umber #6A400D

Tints of Raw Umber #6A400D

Color information

#6A400D (or 0x6A400D) is unknown color: approx Raw Umber. HEX triplet: 6A, 40 and 0D. RGB value is (106,64,13). Sum of RGB (Red+Green+Blue) = 106+64+13=183 (24% of max value = 765). Red value is 106 (41.80% from 255 or 57.92% from 183); Green value is 64 (25.39% from 255 or 34.97% from 183); Blue value is 13 (5.47% from 255 or 7.10% from 183); Max value from RGB is 106 - color contains mainly: red. Hex color #6A400D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6A400D is #95BFF2. Grayscale: #464646. Windows color (decimal): -9814003 or 868458. OLE color: 868458.

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

Color convert

RGB1066413-
CMYK00.400.880.58
HSL32.9º78.15%23.33%-
HSV(B)32.9º87.74%41.57%-
XYZ7.856.761.27-
YUV70.7495.41153.15-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 57.92%
GREEN value IS 64 (25.39% from 255) = 34.97%
BLUE value IS 13 (5.47% from 255) = 7.10%
R=57.92%
G=34.97%
B=7.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.88
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106641300.400.880.5832.978.1523.33
Hex6A40D028583A214e17
Octal15210015050130724111627
Binary11010101000000110101010001011000111010100001100111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A400D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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