#63341A

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

Shades of Baker's Chocolate #63341A

Tints of Baker's Chocolate #63341A

Color information

#63341A (or 0x63341A) is unknown color: approx Baker's Chocolate. HEX triplet: 63, 34 and 1A. RGB value is (99,52,26). Sum of RGB (Red+Green+Blue) = 99+52+26=177 (23% of max value = 765). Red value is 99 (39.06% from 255 or 55.93% from 177); Green value is 52 (20.70% from 255 or 29.38% from 177); Blue value is 26 (10.55% from 255 or 14.69% from 177); Max value from RGB is 99 - color contains mainly: red. Hex color #63341A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63341A is #9CCBE5. Grayscale: #3F3F3F. Windows color (decimal): -10275814 or 1717347. OLE color: 1717347.

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

Color convert

RGB995226-
CMYK00.470.740.61
HSL21.37º58.4%24.51%-
HSV(B)21.37º73.74%38.82%-
XYZ6.565.181.63-
YUV63.09107.07153.61-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 55.93%
GREEN value IS 52 (20.70% from 255) = 29.38%
BLUE value IS 26 (10.55% from 255) = 14.69%
R=55.93%
G=29.38%
B=14.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.74
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99522600.470.740.6121.3758.424.51
Hex63341A02F4A3D153a19
Octal143643205711275257231
Binary110001111010011010010111110010101111011010111101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63341A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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