#68370A

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

Shades of Baker's Chocolate #68370A

Tints of Baker's Chocolate #68370A

Color information

#68370A (or 0x68370A) is unknown color: approx Baker's Chocolate. HEX triplet: 68, 37 and 0A. RGB value is (104,55,10). Sum of RGB (Red+Green+Blue) = 104+55+10=169 (22% of max value = 765). Red value is 104 (41.02% from 255 or 61.54% from 169); Green value is 55 (21.88% from 255 or 32.54% from 169); Blue value is 10 (4.30% from 255 or 5.92% from 169); Max value from RGB is 104 - color contains mainly: red. Hex color #68370A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #68370A is #97C8F5. Grayscale: #404040. Windows color (decimal): -9947382 or 669544. OLE color: 669544.

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

Color convert

RGB1045510-
CMYK00.470.900.59
HSL28.72º82.46%22.35%-
HSV(B)28.72º90.38%40.78%-
XYZ7.135.71.01-
YUV64.5297.23156.16-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 61.54%
GREEN value IS 55 (21.88% from 255) = 32.54%
BLUE value IS 10 (4.30% from 255) = 5.92%
R=61.54%
G=32.54%
B=5.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.90
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104551000.470.900.5928.7282.4622.35
Hex6837A02F5A3B1d5216
Octal1506712057132733512226
Binary110100011011110100101111101101011101111101101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68370A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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