#68412B

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

Shades of Semi-Sweet Chocolate #68412B

Tints of Semi-Sweet Chocolate #68412B

Color information

#68412B (or 0x68412B) is unknown color: approx Semi-Sweet Chocolate. HEX triplet: 68, 41 and 2B. RGB value is (104,65,43). Sum of RGB (Red+Green+Blue) = 104+65+43=212 (28% of max value = 765). Red value is 104 (41.02% from 255 or 49.06% from 212); Green value is 65 (25.78% from 255 or 30.66% from 212); Blue value is 43 (17.19% from 255 or 20.28% from 212); Max value from RGB is 104 - color contains mainly: red. Hex color #68412B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68412B is #97BED4. Grayscale: #4A4A4A. Windows color (decimal): -9944789 or 2834792. OLE color: 2834792.

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

Color convert

RGB1046543-
CMYK00.380.590.59
HSL21.64º41.5%28.82%-
HSV(B)21.64º58.65%40.78%-
XYZ8.046.93.19-
YUV74.15110.42149.29-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 49.06%
GREEN value IS 65 (25.78% from 255) = 30.66%
BLUE value IS 43 (17.19% from 255) = 20.28%
R=49.06%
G=30.66%
B=20.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.59
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104654300.380.590.5921.6441.528.82
Hex68412B0263B3B16291d
Octal150101530467373265135
Binary1101000100000110101101001101110111110111011010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68412B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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