#6A412A

Color #6A412A Semi-Sweet Chocolate (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Semi-Sweet Chocolate #6A412A

Tints of Semi-Sweet Chocolate #6A412A

Color information

#6A412A (or 0x6A412A) is unknown color: approx Semi-Sweet Chocolate. HEX triplet: 6A, 41 and 2A. RGB value is (106,65,42). Sum of RGB (Red+Green+Blue) = 106+65+42=213 (28% of max value = 765). Red value is 106 (41.80% from 255 or 49.77% from 213); Green value is 65 (25.78% from 255 or 30.52% from 213); Blue value is 42 (16.80% from 255 or 19.72% from 213); Max value from RGB is 106 - color contains mainly: red. Hex color #6A412A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A412A is #95BED5. Grayscale: #4A4A4A. Windows color (decimal): -9813718 or 2769258. OLE color: 2769258.

HSL color Cylindrical-coordinate representation of color #6A412A: hue angle of 21.56º degrees, saturation: 0.43, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6A412A is Cyan = 0, Magento = 0.39, Yellow = 0.60 and Black (K on CMYK) = 0.58.

Color convert

RGB1066542-
CMYK00.390.600.58
HSL21.56º43.24%29.02%-
HSV(B)21.56º60.38%41.57%-
XYZ8.257.013.11-
YUV74.64109.58150.37-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 49.77%
GREEN value IS 65 (25.78% from 255) = 30.52%
BLUE value IS 42 (16.80% from 255) = 19.72%
R=49.77%
G=30.52%
B=19.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.60
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106654200.390.600.5821.5643.2429.02
Hex6A412A0273C3A162b1d
Octal152101520477472265335
Binary1101010100000110101001001111111001110101011010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A412A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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