#68300A

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

Shades of Baker's Chocolate #68300A

Tints of Baker's Chocolate #68300A

Color information

#68300A (or 0x68300A) is unknown color: approx Baker's Chocolate. HEX triplet: 68, 30 and 0A. RGB value is (104,48,10). Sum of RGB (Red+Green+Blue) = 104+48+10=162 (21% of max value = 765). Red value is 104 (41.02% from 255 or 64.20% from 162); Green value is 48 (19.14% from 255 or 29.63% from 162); Blue value is 10 (4.30% from 255 or 6.17% from 162); Max value from RGB is 104 - color contains mainly: red. Hex color #68300A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #68300A is #97CFF5. Grayscale: #3C3C3C. Windows color (decimal): -9949174 or 667752. OLE color: 667752.

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

Color convert

RGB1044810-
CMYK00.540.900.59
HSL24.26º82.46%22.35%-
HSV(B)24.26º90.38%40.78%-
XYZ6.825.080.91-
YUV60.4199.55159.09-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 64.20%
GREEN value IS 48 (19.14% from 255) = 29.63%
BLUE value IS 10 (4.30% from 255) = 6.17%
R=64.20%
G=29.63%
B=6.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.90
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104481000.540.900.5924.2682.4622.35
Hex6830A0365A3B185216
Octal1506012066132733012226
Binary110100011000010100110110101101011101111000101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68300A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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