#68390A

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

Shades of Baker's Chocolate #68390A

Tints of Baker's Chocolate #68390A

Color information

#68390A (or 0x68390A) is unknown color: approx Baker's Chocolate. HEX triplet: 68, 39 and 0A. RGB value is (104,57,10). Sum of RGB (Red+Green+Blue) = 104+57+10=171 (22% of max value = 765). Red value is 104 (41.02% from 255 or 60.82% from 171); Green value is 57 (22.66% from 255 or 33.33% from 171); Blue value is 10 (4.30% from 255 or 5.85% from 171); Max value from RGB is 104 - color contains mainly: red. Hex color #68390A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #68390A is #97C6F5. Grayscale: #414141. Windows color (decimal): -9946870 or 670056. OLE color: 670056.

HSL color Cylindrical-coordinate representation of color #68390A: hue angle of 30º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #68390A is Cyan = 0, Magento = 0.45, Yellow = 0.90 and Black (K on CMYK) = 0.59.

Color convert

RGB1045710-
CMYK00.450.900.59
HSL30º82.46%22.35%-
HSV(B)30º90.38%40.78%-
XYZ7.235.891.04-
YUV65.6996.57155.32-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 60.82%
GREEN value IS 57 (22.66% from 255) = 33.33%
BLUE value IS 10 (4.30% from 255) = 5.85%
R=60.82%
G=33.33%
B=5.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.90
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104571000.450.900.593082.4622.35
Hex6839A02D5A3B1e5216
Octal1507112055132733612226
Binary110100011100110100101101101101011101111110101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68390A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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