#68412C

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

Shades of Semi-Sweet Chocolate #68412C

Tints of Semi-Sweet Chocolate #68412C

Color information

#68412C (or 0x68412C) is unknown color: approx Semi-Sweet Chocolate. HEX triplet: 68, 41 and 2C. RGB value is (104,65,44). Sum of RGB (Red+Green+Blue) = 104+65+44=213 (28% of max value = 765). Red value is 104 (41.02% from 255 or 48.83% from 213); Green value is 65 (25.78% from 255 or 30.52% from 213); Blue value is 44 (17.58% from 255 or 20.66% from 213); Max value from RGB is 104 - color contains mainly: red. Hex color #68412C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68412C is #97BED3. Grayscale: #4A4A4A. Windows color (decimal): -9944788 or 2900328. OLE color: 2900328.

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

Color convert

RGB1046544-
CMYK00.380.580.59
HSL21º40.54%29.02%-
HSV(B)21º57.69%40.78%-
XYZ8.056.913.29-
YUV74.27110.92149.21-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 48.83%
GREEN value IS 65 (25.78% from 255) = 30.52%
BLUE value IS 44 (17.58% from 255) = 20.66%
R=48.83%
G=30.52%
B=20.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.58
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104654400.380.580.592140.5429.02
Hex68412C0263A3B15291d
Octal150101540467273255135
Binary1101000100000110110001001101110101110111010110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68412C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68412C; }

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

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

<style>
 a { background-color: #68412C; }

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

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

<style>
 span { border-color: #68412C; }

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

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