#63330B

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

Shades of Baker's Chocolate #63330B

Tints of Baker's Chocolate #63330B

Color information

#63330B (or 0x63330B) is unknown color: approx Baker's Chocolate. HEX triplet: 63, 33 and 0B. RGB value is (99,51,11). Sum of RGB (Red+Green+Blue) = 99+51+11=161 (21% of max value = 765). Red value is 99 (39.06% from 255 or 61.49% from 161); Green value is 51 (20.31% from 255 or 31.68% from 161); Blue value is 11 (4.69% from 255 or 6.83% from 161); Max value from RGB is 99 - color contains mainly: red. Hex color #63330B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #63330B is #9CCCF4. Grayscale: #3D3D3D. Windows color (decimal): -10276085 or 734051. OLE color: 734051.

HSL color Cylindrical-coordinate representation of color #63330B: hue angle of 27.27º degrees, saturation: 0.8, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #63330B is Cyan = 0, Magento = 0.48, Yellow = 0.89 and Black (K on CMYK) = 0.61.

Color convert

RGB995111-
CMYK00.480.890.61
HSL27.27º80%21.57%-
HSV(B)27.27º88.89%38.82%-
XYZ6.395.040.95-
YUV60.7999.9155.25-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 61.49%
GREEN value IS 51 (20.31% from 255) = 31.68%
BLUE value IS 11 (4.69% from 255) = 6.83%
R=61.49%
G=31.68%
B=6.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.89
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99511100.480.890.6127.278021.57
Hex6333B030593D1b5016
Octal1436313060131753312026
Binary110001111001110110110000101100111110111011101000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63330B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63330B; }

 p { color: rgb(99,51,11); }

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

<style>
 a { background-color: #63330B; }

 a { background-color: rgb(99,51,11); }

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

<style>
 span { border-color: #63330B; }

 span { border-color: rgb(99,51,11); }

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