#63321A

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

Shades of Baker's Chocolate #63321A

Tints of Baker's Chocolate #63321A

Color information

#63321A (or 0x63321A) is unknown color: approx Baker's Chocolate. HEX triplet: 63, 32 and 1A. RGB value is (99,50,26). Sum of RGB (Red+Green+Blue) = 99+50+26=175 (23% of max value = 765). Red value is 99 (39.06% from 255 or 56.57% from 175); Green value is 50 (19.92% from 255 or 28.57% from 175); Blue value is 26 (10.55% from 255 or 14.86% from 175); Max value from RGB is 99 - color contains mainly: red. Hex color #63321A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63321A is #9CCDE5. Grayscale: #3E3E3E. Windows color (decimal): -10276326 or 1716835. OLE color: 1716835.

HSL color Cylindrical-coordinate representation of color #63321A: hue angle of 19.73º degrees, saturation: 0.58, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #63321A is Cyan = 0, Magento = 0.49, Yellow = 0.74 and Black (K on CMYK) = 0.61.

Color convert

RGB995026-
CMYK00.490.740.61
HSL19.73º58.4%24.51%-
HSV(B)19.73º73.74%38.82%-
XYZ6.475.011.6-
YUV61.91107.73154.45-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 56.57%
GREEN value IS 50 (19.92% from 255) = 28.57%
BLUE value IS 26 (10.55% from 255) = 14.86%
R=56.57%
G=28.57%
B=14.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.74
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99502600.490.740.6119.7358.424.51
Hex63321A0314A3D143a19
Octal143623206111275247231
Binary110001111001011010011000110010101111011010011101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63321A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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