#68390B

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

Shades of Baker's Chocolate #68390B

Tints of Baker's Chocolate #68390B

Color information

#68390B (or 0x68390B) is unknown color: approx Baker's Chocolate. HEX triplet: 68, 39 and 0B. RGB value is (104,57,11). Sum of RGB (Red+Green+Blue) = 104+57+11=172 (22% of max value = 765). Red value is 104 (41.02% from 255 or 60.47% from 172); Green value is 57 (22.66% from 255 or 33.14% from 172); Blue value is 11 (4.69% from 255 or 6.40% from 172); Max value from RGB is 104 - color contains mainly: red. Hex color #68390B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #68390B is #97C6F4. Grayscale: #424242. Windows color (decimal): -9946869 or 735592. OLE color: 735592.

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

Color convert

RGB1045711-
CMYK00.450.890.59
HSL29.68º80.87%22.55%-
HSV(B)29.68º89.42%40.78%-
XYZ7.235.891.07-
YUV65.8197.07155.24-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 60.47%
GREEN value IS 57 (22.66% from 255) = 33.14%
BLUE value IS 11 (4.69% from 255) = 6.40%
R=60.47%
G=33.14%
B=6.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.89
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104571100.450.890.5929.6880.8722.55
Hex6839B02D593B1e5117
Octal1507113055131733612127
Binary110100011100110110101101101100111101111110101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68390B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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