#68360B

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

Shades of Baker's Chocolate #68360B

Tints of Baker's Chocolate #68360B

Color information

#68360B (or 0x68360B) is unknown color: approx Baker's Chocolate. HEX triplet: 68, 36 and 0B. RGB value is (104,54,11). Sum of RGB (Red+Green+Blue) = 104+54+11=169 (22% of max value = 765). Red value is 104 (41.02% from 255 or 61.54% from 169); Green value is 54 (21.48% from 255 or 31.95% from 169); Blue value is 11 (4.69% from 255 or 6.51% from 169); Max value from RGB is 104 - color contains mainly: red. Hex color #68360B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #68360B is #97C9F4. Grayscale: #404040. Windows color (decimal): -9947637 or 734824. OLE color: 734824.

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

Color convert

RGB1045411-
CMYK00.480.890.59
HSL27.74º80.87%22.55%-
HSV(B)27.74º89.42%40.78%-
XYZ7.095.611.02-
YUV64.0598.06156.5-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 61.54%
GREEN value IS 54 (21.48% from 255) = 31.95%
BLUE value IS 11 (4.69% from 255) = 6.51%
R=61.54%
G=31.95%
B=6.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.89
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104541100.480.890.5927.7480.8722.55
Hex6836B030593B1c5117
Octal1506613060131733412127
Binary110100011011010110110000101100111101111100101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68360B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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