#68402B

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

Shades of Semi-Sweet Chocolate #68402B

Tints of Semi-Sweet Chocolate #68402B

Color information

#68402B (or 0x68402B) is unknown color: approx Semi-Sweet Chocolate. HEX triplet: 68, 40 and 2B. RGB value is (104,64,43). Sum of RGB (Red+Green+Blue) = 104+64+43=211 (27% of max value = 765). Red value is 104 (41.02% from 255 or 49.29% from 211); Green value is 64 (25.39% from 255 or 30.33% from 211); Blue value is 43 (17.19% from 255 or 20.38% from 211); Max value from RGB is 104 - color contains mainly: red. Hex color #68402B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68402B is #97BFD4. Grayscale: #494949. Windows color (decimal): -9945045 or 2834536. OLE color: 2834536.

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

Color convert

RGB1046443-
CMYK00.380.590.59
HSL20.66º41.5%28.82%-
HSV(B)20.66º58.65%40.78%-
XYZ7.986.783.17-
YUV73.57110.75149.71-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 49.29%
GREEN value IS 64 (25.39% from 255) = 30.33%
BLUE value IS 43 (17.19% from 255) = 20.38%
R=49.29%
G=30.33%
B=20.38%

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
Decimal104644300.380.590.5920.6641.528.82
Hex68402B0263B3B15291d
Octal150100530467373255135
Binary1101000100000010101101001101110111110111010110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68402B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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