#68300C

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

Shades of Baker's Chocolate #68300C

Tints of Baker's Chocolate #68300C

Color information

#68300C (or 0x68300C) is unknown color: approx Baker's Chocolate. HEX triplet: 68, 30 and 0C. RGB value is (104,48,12). Sum of RGB (Red+Green+Blue) = 104+48+12=164 (21% of max value = 765). Red value is 104 (41.02% from 255 or 63.41% from 164); Green value is 48 (19.14% from 255 or 29.27% from 164); Blue value is 12 (5.08% from 255 or 7.32% from 164); Max value from RGB is 104 - color contains mainly: red. Hex color #68300C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #68300C is #97CFF3. Grayscale: #3C3C3C. Windows color (decimal): -9949172 or 798824. OLE color: 798824.

HSL color Cylindrical-coordinate representation of color #68300C: hue angle of 23.48º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #68300C is Cyan = 0, Magento = 0.54, Yellow = 0.88 and Black (K on CMYK) = 0.59.

Color convert

RGB1044812-
CMYK00.540.880.59
HSL23.48º79.31%22.75%-
HSV(B)23.48º88.46%40.78%-
XYZ6.835.080.97-
YUV60.64100.55158.93-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 63.41%
GREEN value IS 48 (19.14% from 255) = 29.27%
BLUE value IS 12 (5.08% from 255) = 7.32%
R=63.41%
G=29.27%
B=7.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.88
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104481200.540.880.5923.4879.3122.75
Hex6830C036583B174f17
Octal1506014066130732711727
Binary110100011000011000110110101100011101110111100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68300C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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