#68350B

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

Shades of Baker's Chocolate #68350B

Tints of Baker's Chocolate #68350B

Color information

#68350B (or 0x68350B) is unknown color: approx Baker's Chocolate. HEX triplet: 68, 35 and 0B. RGB value is (104,53,11). Sum of RGB (Red+Green+Blue) = 104+53+11=168 (22% of max value = 765). Red value is 104 (41.02% from 255 or 61.90% from 168); Green value is 53 (21.09% from 255 or 31.55% from 168); Blue value is 11 (4.69% from 255 or 6.55% from 168); Max value from RGB is 104 - color contains mainly: red. Hex color #68350B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #68350B is #97CAF4. Grayscale: #3F3F3F. Windows color (decimal): -9947893 or 734568. OLE color: 734568.

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

Color convert

RGB1045311-
CMYK00.490.890.59
HSL27.1º80.87%22.55%-
HSV(B)27.1º89.42%40.78%-
XYZ7.045.511.01-
YUV63.4698.4156.92-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 61.90%
GREEN value IS 53 (21.09% from 255) = 31.55%
BLUE value IS 11 (4.69% from 255) = 6.55%
R=61.90%
G=31.55%
B=6.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.89
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104531100.490.890.5927.180.8722.55
Hex6835B031593B1b5117
Octal1506513061131733312127
Binary110100011010110110110001101100111101111011101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68350B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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