#632C15

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

Shades of Baker's Chocolate #632C15

Tints of Baker's Chocolate #632C15

Color information

#632C15 (or 0x632C15) is unknown color: approx Baker's Chocolate. HEX triplet: 63, 2C and 15. RGB value is (99,44,21). Sum of RGB (Red+Green+Blue) = 99+44+21=164 (21% of max value = 765). Red value is 99 (39.06% from 255 or 60.37% from 164); Green value is 44 (17.58% from 255 or 26.83% from 164); Blue value is 21 (8.59% from 255 or 12.80% from 164); Max value from RGB is 99 - color contains mainly: red. Hex color #632C15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #632C15 is #9CD3EA. Grayscale: #393939. Windows color (decimal): -10277867 or 1387619. OLE color: 1387619.

HSL color Cylindrical-coordinate representation of color #632C15: hue angle of 17.69º 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 #632C15 is Cyan = 0, Magento = 0.56, Yellow = 0.79 and Black (K on CMYK) = 0.61.

Color convert

RGB994421-
CMYK00.560.790.61
HSL17.69º65%23.53%-
HSV(B)17.69º78.79%38.82%-
XYZ6.184.511.25-
YUV57.82107.22157.37-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 60.37%
GREEN value IS 44 (17.58% from 255) = 26.83%
BLUE value IS 21 (8.59% from 255) = 12.80%
R=60.37%
G=26.83%
B=12.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.79
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99442100.560.790.6117.696523.53
Hex632C150384F3D124118
Octal1435425070117752210130
Binary1100011101100101010111000100111111110110010100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #632C15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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