#63320A

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

Shades of Baker's Chocolate #63320A

Tints of Baker's Chocolate #63320A

Color information

#63320A (or 0x63320A) is unknown color: approx Baker's Chocolate. HEX triplet: 63, 32 and 0A. RGB value is (99,50,10). Sum of RGB (Red+Green+Blue) = 99+50+10=159 (21% of max value = 765). Red value is 99 (39.06% from 255 or 62.26% from 159); Green value is 50 (19.92% from 255 or 31.45% from 159); Blue value is 10 (4.30% from 255 or 6.29% from 159); Max value from RGB is 99 - color contains mainly: red. Hex color #63320A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #63320A is #9CCDF5. Grayscale: #3C3C3C. Windows color (decimal): -10276342 or 668259. OLE color: 668259.

HSL color Cylindrical-coordinate representation of color #63320A: hue angle of 26.97º 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 #63320A is Cyan = 0, Magento = 0.49, Yellow = 0.90 and Black (K on CMYK) = 0.61.

Color convert

RGB995010-
CMYK00.490.900.61
HSL26.97º81.65%21.37%-
HSV(B)26.97º89.9%38.82%-
XYZ6.344.960.91-
YUV60.0999.73155.75-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 62.26%
GREEN value IS 50 (19.92% from 255) = 31.45%
BLUE value IS 10 (4.30% from 255) = 6.29%
R=62.26%
G=31.45%
B=6.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.90
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99501000.490.900.6126.9781.6521.37
Hex6332A0315A3D1b5215
Octal1436212061132753312225
Binary110001111001010100110001101101011110111011101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63320A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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