#632D15

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

Shades of Baker's Chocolate #632D15

Tints of Baker's Chocolate #632D15

Color information

#632D15 (or 0x632D15) is unknown color: approx Baker's Chocolate. HEX triplet: 63, 2D and 15. RGB value is (99,45,21). Sum of RGB (Red+Green+Blue) = 99+45+21=165 (21% of max value = 765). Red value is 99 (39.06% from 255 or 60% from 165); Green value is 45 (17.97% from 255 or 27.27% from 165); Blue value is 21 (8.59% from 255 or 12.73% from 165); Max value from RGB is 99 - color contains mainly: red. Hex color #632D15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #632D15 is #9CD2EA. Grayscale: #3A3A3A. Windows color (decimal): -10277611 or 1387875. OLE color: 1387875.

HSL color Cylindrical-coordinate representation of color #632D15: hue angle of 18.46º degrees, saturation: 0.65, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #632D15 is Cyan = 0, Magento = 0.55, Yellow = 0.79 and Black (K on CMYK) = 0.61.

Color convert

RGB994521-
CMYK00.550.790.61
HSL18.46º65%23.53%-
HSV(B)18.46º78.79%38.82%-
XYZ6.224.581.27-
YUV58.41106.89156.95-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 60%
GREEN value IS 45 (17.97% from 255) = 27.27%
BLUE value IS 21 (8.59% from 255) = 12.73%
R=60%
G=27.27%
B=12.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.79
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99452100.550.790.6118.466523.53
Hex632D150374F3D124118
Octal1435525067117752210130
Binary1100011101101101010110111100111111110110010100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #632D15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #632D15; }

 p { color: rgb(99,45,21); }

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

<style>
 a { background-color: #632D15; }

 a { background-color: rgb(99,45,21); }

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

<style>
 span { border-color: #632D15; }

 span { border-color: rgb(99,45,21); }

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