#63330D

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

Shades of Baker's Chocolate #63330D

Tints of Baker's Chocolate #63330D

Color information

#63330D (or 0x63330D) is unknown color: approx Baker's Chocolate. HEX triplet: 63, 33 and 0D. RGB value is (99,51,13). Sum of RGB (Red+Green+Blue) = 99+51+13=163 (21% of max value = 765). Red value is 99 (39.06% from 255 or 60.74% from 163); Green value is 51 (20.31% from 255 or 31.29% from 163); Blue value is 13 (5.47% from 255 or 7.98% from 163); Max value from RGB is 99 - color contains mainly: red. Hex color #63330D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #63330D is #9CCCF2. Grayscale: #3D3D3D. Windows color (decimal): -10276083 or 865123. OLE color: 865123.

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

Color convert

RGB995113-
CMYK00.480.870.61
HSL26.51º76.79%21.96%-
HSV(B)26.51º86.87%38.82%-
XYZ6.45.051.02-
YUV61.02100.9155.09-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 60.74%
GREEN value IS 51 (20.31% from 255) = 31.29%
BLUE value IS 13 (5.47% from 255) = 7.98%
R=60.74%
G=31.29%
B=7.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.87
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99511300.480.870.6126.5176.7921.96
Hex6333D030573D1b4d16
Octal1436315060127753311526
Binary110001111001111010110000101011111110111011100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63330D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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