#63390D

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

Shades of Baker's Chocolate #63390D

Tints of Baker's Chocolate #63390D

Color information

#63390D (or 0x63390D) is unknown color: approx Baker's Chocolate. HEX triplet: 63, 39 and 0D. RGB value is (99,57,13). Sum of RGB (Red+Green+Blue) = 99+57+13=169 (22% of max value = 765). Red value is 99 (39.06% from 255 or 58.58% from 169); Green value is 57 (22.66% from 255 or 33.73% from 169); Blue value is 13 (5.47% from 255 or 7.69% from 169); Max value from RGB is 99 - color contains mainly: red. Hex color #63390D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #63390D is #9CC6F2. Grayscale: #404040. Windows color (decimal): -10274547 or 866659. OLE color: 866659.

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

Color convert

RGB995713-
CMYK00.420.870.61
HSL30.7º76.79%21.96%-
HSV(B)30.7º86.87%38.82%-
XYZ6.685.611.11-
YUV64.5498.91152.58-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 58.58%
GREEN value IS 57 (22.66% from 255) = 33.73%
BLUE value IS 13 (5.47% from 255) = 7.69%
R=58.58%
G=33.73%
B=7.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.87
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99571300.420.870.6130.776.7921.96
Hex6339D02A573D1f4d16
Octal1437115052127753711526
Binary110001111100111010101010101011111110111111100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63390D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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