#63270F

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

Shades of Baker's Chocolate #63270F

Tints of Baker's Chocolate #63270F

Color information

#63270F (or 0x63270F) is unknown color: approx Baker's Chocolate. HEX triplet: 63, 27 and 0F. RGB value is (99,39,15). Sum of RGB (Red+Green+Blue) = 99+39+15=153 (20% of max value = 765). Red value is 99 (39.06% from 255 or 64.71% from 153); Green value is 39 (15.62% from 255 or 25.49% from 153); Blue value is 15 (6.25% from 255 or 9.80% from 153); Max value from RGB is 99 - color contains mainly: red. Hex color #63270F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #63270F is #9CD8F0. Grayscale: #363636. Windows color (decimal): -10279153 or 993123. OLE color: 993123.

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

Color convert

RGB993915-
CMYK00.610.850.61
HSL17.14º73.68%22.35%-
HSV(B)17.14º84.85%38.82%-
XYZ5.964.140.94-
YUV54.2105.88159.95-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 64.71%
GREEN value IS 39 (15.62% from 255) = 25.49%
BLUE value IS 15 (6.25% from 255) = 9.80%
R=64.71%
G=25.49%
B=9.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.85
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99391500.610.850.6117.1473.6822.35
Hex6327F03D553D114a16
Octal1434717075125752111226
Binary110001110011111110111101101010111110110001100101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63270F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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