#63340C

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

Shades of Baker's Chocolate #63340C

Tints of Baker's Chocolate #63340C

Color information

#63340C (or 0x63340C) is unknown color: approx Baker's Chocolate. HEX triplet: 63, 34 and 0C. RGB value is (99,52,12). Sum of RGB (Red+Green+Blue) = 99+52+12=163 (21% of max value = 765). Red value is 99 (39.06% from 255 or 60.74% from 163); Green value is 52 (20.70% from 255 or 31.90% from 163); Blue value is 12 (5.08% from 255 or 7.36% from 163); Max value from RGB is 99 - color contains mainly: red. Hex color #63340C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #63340C is #9CCBF3. Grayscale: #3D3D3D. Windows color (decimal): -10275828 or 799843. OLE color: 799843.

HSL color Cylindrical-coordinate representation of color #63340C: hue angle of 27.59º degrees, saturation: 0.78, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #63340C is Cyan = 0, Magento = 0.47, Yellow = 0.88 and Black (K on CMYK) = 0.61.

Color convert

RGB995212-
CMYK00.470.880.61
HSL27.59º78.38%21.76%-
HSV(B)27.59º87.88%38.82%-
XYZ6.445.141-
YUV61.49100.07154.75-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 60.74%
GREEN value IS 52 (20.70% from 255) = 31.90%
BLUE value IS 12 (5.08% from 255) = 7.36%
R=60.74%
G=31.90%
B=7.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.88
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99521200.470.880.6127.5978.3821.76
Hex6334C02F583D1c4e16
Octal1436414057130753411626
Binary110001111010011000101111101100011110111100100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63340C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,52,12); }

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

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

 a { background-color: rgb(99,52,12); }

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

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

 span { border-color: rgb(99,52,12); }

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