#68442B

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

Shades of Semi-Sweet Chocolate #68442B

Tints of Semi-Sweet Chocolate #68442B

Color information

#68442B (or 0x68442B) is unknown color: approx Semi-Sweet Chocolate. HEX triplet: 68, 44 and 2B. RGB value is (104,68,43). Sum of RGB (Red+Green+Blue) = 104+68+43=215 (28% of max value = 765). Red value is 104 (41.02% from 255 or 48.37% from 215); Green value is 68 (26.95% from 255 or 31.63% from 215); Blue value is 43 (17.19% from 255 or 20% from 215); Max value from RGB is 104 - color contains mainly: red. Hex color #68442B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68442B is #97BBD4. Grayscale: #4C4C4C. Windows color (decimal): -9944021 or 2835560. OLE color: 2835560.

HSL color Cylindrical-coordinate representation of color #68442B: hue angle of 24.59º 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 #68442B is Cyan = 0, Magento = 0.35, Yellow = 0.59 and Black (K on CMYK) = 0.59.

Color convert

RGB1046843-
CMYK00.350.590.59
HSL24.59º41.5%28.82%-
HSV(B)24.59º58.65%40.78%-
XYZ8.217.253.25-
YUV75.91109.43148.03-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 48.37%
GREEN value IS 68 (26.95% from 255) = 31.63%
BLUE value IS 43 (17.19% from 255) = 20%
R=48.37%
G=31.63%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.59
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104684300.350.590.5924.5941.528.82
Hex68442B0233B3B19291d
Octal150104530437373315135
Binary1101000100010010101101000111110111110111100110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68442B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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