#68422B

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

Shades of Semi-Sweet Chocolate #68422B

Tints of Semi-Sweet Chocolate #68422B

Color information

#68422B (or 0x68422B) is unknown color: approx Semi-Sweet Chocolate. HEX triplet: 68, 42 and 2B. RGB value is (104,66,43). Sum of RGB (Red+Green+Blue) = 104+66+43=213 (28% of max value = 765). Red value is 104 (41.02% from 255 or 48.83% from 213); Green value is 66 (26.17% from 255 or 30.99% from 213); Blue value is 43 (17.19% from 255 or 20.19% from 213); Max value from RGB is 104 - color contains mainly: red. Hex color #68422B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68422B is #97BDD4. Grayscale: #4A4A4A. Windows color (decimal): -9944533 or 2835048. OLE color: 2835048.

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

Color convert

RGB1046643-
CMYK00.370.590.59
HSL22.62º41.5%28.82%-
HSV(B)22.62º58.65%40.78%-
XYZ8.097.013.21-
YUV74.74110.09148.87-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 48.83%
GREEN value IS 66 (26.17% from 255) = 30.99%
BLUE value IS 43 (17.19% from 255) = 20.19%
R=48.83%
G=30.99%
B=20.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.59
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104664300.370.590.5922.6241.528.82
Hex68422B0253B3B17291d
Octal150102530457373275135
Binary1101000100001010101101001011110111110111011110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68422B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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