#63361E

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

Shades of Baker's Chocolate #63361E

Tints of Baker's Chocolate #63361E

Color information

#63361E (or 0x63361E) is unknown color: approx Baker's Chocolate. HEX triplet: 63, 36 and 1E. RGB value is (99,54,30). Sum of RGB (Red+Green+Blue) = 99+54+30=183 (24% of max value = 765). Red value is 99 (39.06% from 255 or 54.10% from 183); Green value is 54 (21.48% from 255 or 29.51% from 183); Blue value is 30 (12.11% from 255 or 16.39% from 183); Max value from RGB is 99 - color contains mainly: red. Hex color #63361E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63361E is #9CC9E1. Grayscale: #404040. Windows color (decimal): -10275298 or 1980003. OLE color: 1980003.

HSL color Cylindrical-coordinate representation of color #63361E: hue angle of 20.87º 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 #63361E is Cyan = 0, Magento = 0.45, Yellow = 0.70 and Black (K on CMYK) = 0.61.

Color convert

RGB995430-
CMYK00.450.700.61
HSL20.87º53.49%25.29%-
HSV(B)20.87º69.7%38.82%-
XYZ6.75.381.91-
YUV64.72108.41152.45-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 54.10%
GREEN value IS 54 (21.48% from 255) = 29.51%
BLUE value IS 30 (12.11% from 255) = 16.39%
R=54.10%
G=29.51%
B=16.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.70
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99543000.450.700.6120.8753.4925.29
Hex63361E02D463D153519
Octal143663605510675256531
Binary110001111011011110010110110001101111011010111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63361E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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