#68340B

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

Shades of Baker's Chocolate #68340B

Tints of Baker's Chocolate #68340B

Color information

#68340B (or 0x68340B) is unknown color: approx Baker's Chocolate. HEX triplet: 68, 34 and 0B. RGB value is (104,52,11). Sum of RGB (Red+Green+Blue) = 104+52+11=167 (22% of max value = 765). Red value is 104 (41.02% from 255 or 62.28% from 167); Green value is 52 (20.70% from 255 or 31.14% from 167); Blue value is 11 (4.69% from 255 or 6.59% from 167); Max value from RGB is 104 - color contains mainly: red. Hex color #68340B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #68340B is #97CBF4. Grayscale: #3F3F3F. Windows color (decimal): -9948149 or 734312. OLE color: 734312.

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

Color convert

RGB1045211-
CMYK00.500.890.59
HSL26.45º80.87%22.55%-
HSV(B)26.45º89.42%40.78%-
XYZ75.420.99-
YUV62.8798.73157.33-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 62.28%
GREEN value IS 52 (20.70% from 255) = 31.14%
BLUE value IS 11 (4.69% from 255) = 6.59%
R=62.28%
G=31.14%
B=6.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.89
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104521100.500.890.5926.4580.8722.55
Hex6834B032593B1a5117
Octal1506413062131733212127
Binary110100011010010110110010101100111101111010101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68340B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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