#68320B

Color #68320B Baker's Chocolate (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Baker's Chocolate #68320B

Tints of Baker's Chocolate #68320B

Color information

#68320B (or 0x68320B) is unknown color: approx Baker's Chocolate. HEX triplet: 68, 32 and 0B. RGB value is (104,50,11). Sum of RGB (Red+Green+Blue) = 104+50+11=165 (21% of max value = 765). Red value is 104 (41.02% from 255 or 63.03% from 165); Green value is 50 (19.92% from 255 or 30.30% from 165); Blue value is 11 (4.69% from 255 or 6.67% from 165); Max value from RGB is 104 - color contains mainly: red. Hex color #68320B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #68320B is #97CDF4. Grayscale: #3D3D3D. Windows color (decimal): -9948661 or 733800. OLE color: 733800.

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

Color convert

RGB1045011-
CMYK00.520.890.59
HSL25.16º80.87%22.55%-
HSV(B)25.16º89.42%40.78%-
XYZ6.915.250.97-
YUV61.799.39158.17-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 63.03%
GREEN value IS 50 (19.92% from 255) = 30.30%
BLUE value IS 11 (4.69% from 255) = 6.67%
R=63.03%
G=30.30%
B=6.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.89
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104501100.520.890.5925.1680.8722.55
Hex6832B034593B195117
Octal1506213064131733112127
Binary110100011001010110110100101100111101111001101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68320B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,50,11); }

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

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

 a { background-color: rgb(104,50,11); }

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

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

 span { border-color: rgb(104,50,11); }

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