#63300F

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

Shades of Baker's Chocolate #63300F

Tints of Baker's Chocolate #63300F

Color information

#63300F (or 0x63300F) is unknown color: approx Baker's Chocolate. HEX triplet: 63, 30 and 0F. RGB value is (99,48,15). Sum of RGB (Red+Green+Blue) = 99+48+15=162 (21% of max value = 765). Red value is 99 (39.06% from 255 or 61.11% from 162); Green value is 48 (19.14% from 255 or 29.63% from 162); Blue value is 15 (6.25% from 255 or 9.26% from 162); Max value from RGB is 99 - color contains mainly: red. Hex color #63300F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #63300F is #9CCFF0. Grayscale: #3B3B3B. Windows color (decimal): -10276849 or 995427. OLE color: 995427.

HSL color Cylindrical-coordinate representation of color #63300F: hue angle of 23.57º degrees, saturation: 0.74, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #63300F is Cyan = 0, Magento = 0.52, Yellow = 0.85 and Black (K on CMYK) = 0.61.

Color convert

RGB994815-
CMYK00.520.850.61
HSL23.57º73.68%22.35%-
HSV(B)23.57º84.85%38.82%-
XYZ6.294.81.05-
YUV59.49102.9156.18-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 61.11%
GREEN value IS 48 (19.14% from 255) = 29.63%
BLUE value IS 15 (6.25% from 255) = 9.26%
R=61.11%
G=29.63%
B=9.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.85
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99481500.520.850.6123.5773.6822.35
Hex6330F034553D184a16
Octal1436017064125753011226
Binary110001111000011110110100101010111110111000100101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63300F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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