#63300B

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

Shades of Baker's Chocolate #63300B

Tints of Baker's Chocolate #63300B

Color information

#63300B (or 0x63300B) is unknown color: approx Baker's Chocolate. HEX triplet: 63, 30 and 0B. RGB value is (99,48,11). Sum of RGB (Red+Green+Blue) = 99+48+11=158 (20% of max value = 765). Red value is 99 (39.06% from 255 or 62.66% from 158); Green value is 48 (19.14% from 255 or 30.38% from 158); Blue value is 11 (4.69% from 255 or 6.96% from 158); Max value from RGB is 99 - color contains mainly: red. Hex color #63300B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #63300B is #9CCFF4. Grayscale: #3B3B3B. Windows color (decimal): -10276853 or 733283. OLE color: 733283.

HSL color Cylindrical-coordinate representation of color #63300B: hue angle of 25.23º 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 #63300B is Cyan = 0, Magento = 0.52, Yellow = 0.89 and Black (K on CMYK) = 0.61.

Color convert

RGB994811-
CMYK00.520.890.61
HSL25.23º80%21.57%-
HSV(B)25.23º88.89%38.82%-
XYZ6.264.790.91-
YUV59.03100.9156.51-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 62.66%
GREEN value IS 48 (19.14% from 255) = 30.38%
BLUE value IS 11 (4.69% from 255) = 6.96%
R=62.66%
G=30.38%
B=6.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.89
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99481100.520.890.6125.238021.57
Hex6330B034593D195016
Octal1436013064131753112026
Binary110001111000010110110100101100111110111001101000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63300B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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