#68390D

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

Shades of Baker's Chocolate #68390D

Tints of Baker's Chocolate #68390D

Color information

#68390D (or 0x68390D) is unknown color: approx Baker's Chocolate. HEX triplet: 68, 39 and 0D. RGB value is (104,57,13). Sum of RGB (Red+Green+Blue) = 104+57+13=174 (23% of max value = 765). Red value is 104 (41.02% from 255 or 59.77% from 174); Green value is 57 (22.66% from 255 or 32.76% from 174); Blue value is 13 (5.47% from 255 or 7.47% from 174); Max value from RGB is 104 - color contains mainly: red. Hex color #68390D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #68390D is #97C6F2. Grayscale: #424242. Windows color (decimal): -9946867 or 866664. OLE color: 866664.

HSL color Cylindrical-coordinate representation of color #68390D: hue angle of 29.01º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #68390D is Cyan = 0, Magento = 0.45, Yellow = 0.88 and Black (K on CMYK) = 0.59.

Color convert

RGB1045713-
CMYK00.450.880.59
HSL29.01º77.78%22.94%-
HSV(B)29.01º87.5%40.78%-
XYZ7.245.91.14-
YUV66.0498.07155.08-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 59.77%
GREEN value IS 57 (22.66% from 255) = 32.76%
BLUE value IS 13 (5.47% from 255) = 7.47%
R=59.77%
G=32.76%
B=7.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.88
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104571300.450.880.5929.0177.7822.94
Hex6839D02D583B1d4e17
Octal1507115055130733511627
Binary110100011100111010101101101100011101111101100111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68390D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68390D; }

 p { color: rgb(104,57,13); }

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

<style>
 a { background-color: #68390D; }

 a { background-color: rgb(104,57,13); }

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

<style>
 span { border-color: #68390D; }

 span { border-color: rgb(104,57,13); }

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