#6A412C

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

Shades of Semi-Sweet Chocolate #6A412C

Tints of Semi-Sweet Chocolate #6A412C

Color information

#6A412C (or 0x6A412C) is unknown color: approx Semi-Sweet Chocolate. HEX triplet: 6A, 41 and 2C. RGB value is (106,65,44). Sum of RGB (Red+Green+Blue) = 106+65+44=215 (28% of max value = 765). Red value is 106 (41.80% from 255 or 49.30% from 215); Green value is 65 (25.78% from 255 or 30.23% from 215); Blue value is 44 (17.58% from 255 or 20.47% from 215); Max value from RGB is 106 - color contains mainly: red. Hex color #6A412C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A412C is #95BED3. Grayscale: #4A4A4A. Windows color (decimal): -9813716 or 2900330. OLE color: 2900330.

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

Color convert

RGB1066544-
CMYK00.390.580.58
HSL20.32º41.33%29.41%-
HSV(B)20.32º58.49%41.57%-
XYZ8.297.033.3-
YUV74.87110.58150.21-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 49.30%
GREEN value IS 65 (25.78% from 255) = 30.23%
BLUE value IS 44 (17.58% from 255) = 20.47%
R=49.30%
G=30.23%
B=20.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.58
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106654400.390.580.5820.3241.3329.41
Hex6A412C0273A3A14291d
Octal152101540477272245135
Binary1101010100000110110001001111110101110101010010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A412C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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