#63240B

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

Shades of Baker's Chocolate #63240B

Tints of Baker's Chocolate #63240B

Color information

#63240B (or 0x63240B) is unknown color: approx Baker's Chocolate. HEX triplet: 63, 24 and 0B. RGB value is (99,36,11). Sum of RGB (Red+Green+Blue) = 99+36+11=146 (19% of max value = 765). Red value is 99 (39.06% from 255 or 67.81% from 146); Green value is 36 (14.45% from 255 or 24.66% from 146); Blue value is 11 (4.69% from 255 or 7.53% from 146); Max value from RGB is 99 - color contains mainly: red. Hex color #63240B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #63240B is #9CDBF4. Grayscale: #343434. Windows color (decimal): -10279925 or 730211. OLE color: 730211.

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

Color convert

RGB993611-
CMYK00.640.890.61
HSL17.05º80%21.57%-
HSV(B)17.05º88.89%38.82%-
XYZ5.843.940.77-
YUV51.99104.87161.53-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 67.81%
GREEN value IS 36 (14.45% from 255) = 24.66%
BLUE value IS 11 (4.69% from 255) = 7.53%
R=67.81%
G=24.66%
B=7.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.89
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99361100.640.890.6117.058021.57
Hex6324B040593D115016
Octal14344130100131752112026
Binary1100011100100101101000000101100111110110001101000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63240B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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