#6A402C

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

Shades of Semi-Sweet Chocolate #6A402C

Tints of Semi-Sweet Chocolate #6A402C

Color information

#6A402C (or 0x6A402C) is unknown color: approx Semi-Sweet Chocolate. HEX triplet: 6A, 40 and 2C. RGB value is (106,64,44). Sum of RGB (Red+Green+Blue) = 106+64+44=214 (28% of max value = 765). Red value is 106 (41.80% from 255 or 49.53% from 214); Green value is 64 (25.39% from 255 or 29.91% from 214); Blue value is 44 (17.58% from 255 or 20.56% from 214); Max value from RGB is 106 - color contains mainly: red. Hex color #6A402C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A402C is #95BFD3. Grayscale: #4A4A4A. Windows color (decimal): -9813972 or 2900074. OLE color: 2900074.

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

Color convert

RGB1066444-
CMYK00.400.580.58
HSL19.35º41.33%29.41%-
HSV(B)19.35º58.49%41.57%-
XYZ8.236.913.28-
YUV74.28110.91150.63-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 49.53%
GREEN value IS 64 (25.39% from 255) = 29.91%
BLUE value IS 44 (17.58% from 255) = 20.56%
R=49.53%
G=29.91%
B=20.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.58
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106644400.400.580.5819.3541.3329.41
Hex6A402C0283A3A13291d
Octal152100540507272235135
Binary1101010100000010110001010001110101110101001110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A402C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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