#63390F

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

Shades of Baker's Chocolate #63390F

Tints of Baker's Chocolate #63390F

Color information

#63390F (or 0x63390F) is unknown color: approx Baker's Chocolate. HEX triplet: 63, 39 and 0F. RGB value is (99,57,15). Sum of RGB (Red+Green+Blue) = 99+57+15=171 (22% of max value = 765). Red value is 99 (39.06% from 255 or 57.89% from 171); Green value is 57 (22.66% from 255 or 33.33% from 171); Blue value is 15 (6.25% from 255 or 8.77% from 171); Max value from RGB is 99 - color contains mainly: red. Hex color #63390F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #63390F is #9CC6F0. Grayscale: #404040. Windows color (decimal): -10274545 or 997731. OLE color: 997731.

HSL color Cylindrical-coordinate representation of color #63390F: hue angle of 30º 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 #63390F is Cyan = 0, Magento = 0.42, Yellow = 0.85 and Black (K on CMYK) = 0.61.

Color convert

RGB995715-
CMYK00.420.850.61
HSL30º73.68%22.35%-
HSV(B)30º84.85%38.82%-
XYZ6.695.611.18-
YUV64.7799.91152.42-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 57.89%
GREEN value IS 57 (22.66% from 255) = 33.33%
BLUE value IS 15 (6.25% from 255) = 8.77%
R=57.89%
G=33.33%
B=8.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.85
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99571500.420.850.613073.6822.35
Hex6339F02A553D1e4a16
Octal1437117052125753611226
Binary110001111100111110101010101010111110111110100101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63390F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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