#63331A

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

Shades of Baker's Chocolate #63331A

Tints of Baker's Chocolate #63331A

Color information

#63331A (or 0x63331A) is unknown color: approx Baker's Chocolate. HEX triplet: 63, 33 and 1A. RGB value is (99,51,26). Sum of RGB (Red+Green+Blue) = 99+51+26=176 (23% of max value = 765). Red value is 99 (39.06% from 255 or 56.25% from 176); Green value is 51 (20.31% from 255 or 28.98% from 176); Blue value is 26 (10.55% from 255 or 14.77% from 176); Max value from RGB is 99 - color contains mainly: red. Hex color #63331A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63331A is #9CCCE5. Grayscale: #3E3E3E. Windows color (decimal): -10276070 or 1717091. OLE color: 1717091.

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

Color convert

RGB995126-
CMYK00.480.740.61
HSL20.55º58.4%24.51%-
HSV(B)20.55º73.74%38.82%-
XYZ6.525.091.62-
YUV62.5107.4154.03-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 56.25%
GREEN value IS 51 (20.31% from 255) = 28.98%
BLUE value IS 26 (10.55% from 255) = 14.77%
R=56.25%
G=28.98%
B=14.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.74
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99512600.480.740.6120.5558.424.51
Hex63331A0304A3D153a19
Octal143633206011275257231
Binary110001111001111010011000010010101111011010111101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63331A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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