#632C17

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

Shades of Baker's Chocolate #632C17

Tints of Baker's Chocolate #632C17

Color information

#632C17 (or 0x632C17) is unknown color: approx Baker's Chocolate. HEX triplet: 63, 2C and 17. RGB value is (99,44,23). Sum of RGB (Red+Green+Blue) = 99+44+23=166 (21% of max value = 765). Red value is 99 (39.06% from 255 or 59.64% from 166); Green value is 44 (17.58% from 255 or 26.51% from 166); Blue value is 23 (9.38% from 255 or 13.86% from 166); Max value from RGB is 99 - color contains mainly: red. Hex color #632C17 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #632C17 is #9CD3E8. Grayscale: #3A3A3A. Windows color (decimal): -10277865 or 1518691. OLE color: 1518691.

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

Color convert

RGB994423-
CMYK00.560.770.61
HSL16.58º62.3%23.92%-
HSV(B)16.58º76.77%38.82%-
XYZ6.24.521.36-
YUV58.05108.22157.21-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 59.64%
GREEN value IS 44 (17.58% from 255) = 26.51%
BLUE value IS 23 (9.38% from 255) = 13.86%
R=59.64%
G=26.51%
B=13.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.77
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99442300.560.770.6116.5862.323.92
Hex632C170384D3D113e18
Octal143542707011575217630
Binary110001110110010111011100010011011111011000111111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #632C17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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