#63350F

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

Shades of Baker's Chocolate #63350F

Tints of Baker's Chocolate #63350F

Color information

#63350F (or 0x63350F) is unknown color: approx Baker's Chocolate. HEX triplet: 63, 35 and 0F. RGB value is (99,53,15). Sum of RGB (Red+Green+Blue) = 99+53+15=167 (22% of max value = 765). Red value is 99 (39.06% from 255 or 59.28% from 167); Green value is 53 (21.09% from 255 or 31.74% from 167); Blue value is 15 (6.25% from 255 or 8.98% from 167); Max value from RGB is 99 - color contains mainly: red. Hex color #63350F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #63350F is #9CCAF0. Grayscale: #3E3E3E. Windows color (decimal): -10275569 or 996707. OLE color: 996707.

HSL color Cylindrical-coordinate representation of color #63350F: hue angle of 27.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 #63350F is Cyan = 0, Magento = 0.46, Yellow = 0.85 and Black (K on CMYK) = 0.61.

Color convert

RGB995315-
CMYK00.460.850.61
HSL27.14º73.68%22.35%-
HSV(B)27.14º84.85%38.82%-
XYZ6.55.231.12-
YUV62.42101.24154.09-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 59.28%
GREEN value IS 53 (21.09% from 255) = 31.74%
BLUE value IS 15 (6.25% from 255) = 8.98%
R=59.28%
G=31.74%
B=8.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.85
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99531500.460.850.6127.1473.6822.35
Hex6335F02E553D1b4a16
Octal1436517056125753311226
Binary110001111010111110101110101010111110111011100101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63350F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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