#63380A

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

Shades of Baker's Chocolate #63380A

Tints of Baker's Chocolate #63380A

Color information

#63380A (or 0x63380A) is unknown color: approx Baker's Chocolate. HEX triplet: 63, 38 and 0A. RGB value is (99,56,10). Sum of RGB (Red+Green+Blue) = 99+56+10=165 (21% of max value = 765). Red value is 99 (39.06% from 255 or 60% from 165); Green value is 56 (22.27% from 255 or 33.94% from 165); Blue value is 10 (4.30% from 255 or 6.06% from 165); Max value from RGB is 99 - color contains mainly: red. Hex color #63380A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #63380A is #9CC7F5. Grayscale: #3F3F3F. Windows color (decimal): -10274806 or 669795. OLE color: 669795.

HSL color Cylindrical-coordinate representation of color #63380A: hue angle of 31.01º degrees, saturation: 0.82, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #63380A is Cyan = 0, Magento = 0.43, Yellow = 0.90 and Black (K on CMYK) = 0.61.

Color convert

RGB995610-
CMYK00.430.900.61
HSL31.01º81.65%21.37%-
HSV(B)31.01º89.9%38.82%-
XYZ6.615.51-
YUV63.6197.75153.24-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 60%
GREEN value IS 56 (22.27% from 255) = 33.94%
BLUE value IS 10 (4.30% from 255) = 6.06%
R=60%
G=33.94%
B=6.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.90
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99561000.430.900.6131.0181.6521.37
Hex6338A02B5A3D1f5215
Octal1437012053132753712225
Binary110001111100010100101011101101011110111111101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63380A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63380A; }

 p { color: rgb(99,56,10); }

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

<style>
 a { background-color: #63380A; }

 a { background-color: rgb(99,56,10); }

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

<style>
 span { border-color: #63380A; }

 span { border-color: rgb(99,56,10); }

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