#68422C

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

Shades of Semi-Sweet Chocolate #68422C

Tints of Semi-Sweet Chocolate #68422C

Color information

#68422C (or 0x68422C) is unknown color: approx Semi-Sweet Chocolate. HEX triplet: 68, 42 and 2C. RGB value is (104,66,44). Sum of RGB (Red+Green+Blue) = 104+66+44=214 (28% of max value = 765). Red value is 104 (41.02% from 255 or 48.60% from 214); Green value is 66 (26.17% from 255 or 30.84% from 214); Blue value is 44 (17.58% from 255 or 20.56% from 214); Max value from RGB is 104 - color contains mainly: red. Hex color #68422C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68422C is #97BDD3. Grayscale: #4A4A4A. Windows color (decimal): -9944532 or 2900584. OLE color: 2900584.

HSL color Cylindrical-coordinate representation of color #68422C: hue angle of 22º 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 #68422C is Cyan = 0, Magento = 0.37, Yellow = 0.58 and Black (K on CMYK) = 0.59.

Color convert

RGB1046644-
CMYK00.370.580.59
HSL22º40.54%29.02%-
HSV(B)22º57.69%40.78%-
XYZ8.117.023.31-
YUV74.85110.59148.79-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 48.60%
GREEN value IS 66 (26.17% from 255) = 30.84%
BLUE value IS 44 (17.58% from 255) = 20.56%
R=48.60%
G=30.84%
B=20.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.58
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104664400.370.580.592240.5429.02
Hex68422C0253A3B16291d
Octal150102540457273265135
Binary1101000100001010110001001011110101110111011010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68422C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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