#68290A

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

Shades of Baker's Chocolate #68290A

Tints of Baker's Chocolate #68290A

Color information

#68290A (or 0x68290A) is unknown color: approx Baker's Chocolate. HEX triplet: 68, 29 and 0A. RGB value is (104,41,10). Sum of RGB (Red+Green+Blue) = 104+41+10=155 (20% of max value = 765). Red value is 104 (41.02% from 255 or 67.10% from 155); Green value is 41 (16.41% from 255 or 26.45% from 155); Blue value is 10 (4.30% from 255 or 6.45% from 155); Max value from RGB is 104 - color contains mainly: red. Hex color #68290A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #68290A is #97D6F5. Grayscale: #383838. Windows color (decimal): -9950966 or 665960. OLE color: 665960.

HSL color Cylindrical-coordinate representation of color #68290A: hue angle of 19.79º 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 #68290A is Cyan = 0, Magento = 0.61, Yellow = 0.90 and Black (K on CMYK) = 0.59.

Color convert

RGB1044110-
CMYK00.610.900.59
HSL19.79º82.46%22.35%-
HSV(B)19.79º90.38%40.78%-
XYZ6.564.550.82-
YUV56.3101.87162.02-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 67.10%
GREEN value IS 41 (16.41% from 255) = 26.45%
BLUE value IS 10 (4.30% from 255) = 6.45%
R=67.10%
G=26.45%
B=6.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.90
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104411000.610.900.5919.7982.4622.35
Hex6829A03D5A3B145216
Octal1505112075132732412226
Binary110100010100110100111101101101011101110100101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68290A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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