#63270C

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

Shades of Baker's Chocolate #63270C

Tints of Baker's Chocolate #63270C

Color information

#63270C (or 0x63270C) is unknown color: approx Baker's Chocolate. HEX triplet: 63, 27 and 0C. RGB value is (99,39,12). Sum of RGB (Red+Green+Blue) = 99+39+12=150 (19% of max value = 765). Red value is 99 (39.06% from 255 or 66% from 150); Green value is 39 (15.62% from 255 or 26% from 150); Blue value is 12 (5.08% from 255 or 8% from 150); Max value from RGB is 99 - color contains mainly: red. Hex color #63270C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #63270C is #9CD8F3. Grayscale: #363636. Windows color (decimal): -10279156 or 796515. OLE color: 796515.

HSL color Cylindrical-coordinate representation of color #63270C: hue angle of 18.62º degrees, saturation: 0.78, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #63270C is Cyan = 0, Magento = 0.61, Yellow = 0.88 and Black (K on CMYK) = 0.61.

Color convert

RGB993912-
CMYK00.610.880.61
HSL18.62º78.38%21.76%-
HSV(B)18.62º87.88%38.82%-
XYZ5.944.130.83-
YUV53.86104.38160.2-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 66%
GREEN value IS 39 (15.62% from 255) = 26%
BLUE value IS 12 (5.08% from 255) = 8%
R=66%
G=26%
B=8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.88
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99391200.610.880.6118.6278.3821.76
Hex6327C03D583D134e16
Octal1434714075130752311626
Binary110001110011111000111101101100011110110011100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63270C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63270C; }

 p { color: rgb(99,39,12); }

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

<style>
 a { background-color: #63270C; }

 a { background-color: rgb(99,39,12); }

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

<style>
 span { border-color: #63270C; }

 span { border-color: rgb(99,39,12); }

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