#63351E

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

Shades of Baker's Chocolate #63351E

Tints of Baker's Chocolate #63351E

Color information

#63351E (or 0x63351E) is unknown color: approx Baker's Chocolate. HEX triplet: 63, 35 and 1E. RGB value is (99,53,30). Sum of RGB (Red+Green+Blue) = 99+53+30=182 (24% of max value = 765). Red value is 99 (39.06% from 255 or 54.40% from 182); Green value is 53 (21.09% from 255 or 29.12% from 182); Blue value is 30 (12.11% from 255 or 16.48% from 182); Max value from RGB is 99 - color contains mainly: red. Hex color #63351E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63351E is #9CCAE1. Grayscale: #404040. Windows color (decimal): -10275554 or 1979747. OLE color: 1979747.

HSL color Cylindrical-coordinate representation of color #63351E: hue angle of 20º degrees, saturation: 0.53, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #63351E is Cyan = 0, Magento = 0.46, Yellow = 0.70 and Black (K on CMYK) = 0.61.

Color convert

RGB995330-
CMYK00.460.700.61
HSL20º53.49%25.29%-
HSV(B)20º69.7%38.82%-
XYZ6.655.291.9-
YUV64.13108.74152.87-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 54.40%
GREEN value IS 53 (21.09% from 255) = 29.12%
BLUE value IS 30 (12.11% from 255) = 16.48%
R=54.40%
G=29.12%
B=16.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.70
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99533000.460.700.612053.4925.29
Hex63351E02E463D143519
Octal143653605610675246531
Binary110001111010111110010111010001101111011010011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63351E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63351E; }

 p { color: rgb(99,53,30); }

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

<style>
 a { background-color: #63351E; }

 a { background-color: rgb(99,53,30); }

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

<style>
 span { border-color: #63351E; }

 span { border-color: rgb(99,53,30); }

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