#632E19

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

Shades of Baker's Chocolate #632E19

Tints of Baker's Chocolate #632E19

Color information

#632E19 (or 0x632E19) is unknown color: approx Baker's Chocolate. HEX triplet: 63, 2E and 19. RGB value is (99,46,25). Sum of RGB (Red+Green+Blue) = 99+46+25=170 (22% of max value = 765). Red value is 99 (39.06% from 255 or 58.24% from 170); Green value is 46 (18.36% from 255 or 27.06% from 170); Blue value is 25 (10.16% from 255 or 14.71% from 170); Max value from RGB is 99 - color contains mainly: red. Hex color #632E19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #632E19 is #9CD1E6. Grayscale: #3B3B3B. Windows color (decimal): -10277351 or 1650275. OLE color: 1650275.

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

Color convert

RGB994625-
CMYK00.540.750.61
HSL17.03º59.68%24.31%-
HSV(B)17.03º74.75%38.82%-
XYZ6.34.681.49-
YUV59.45108.56156.21-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 58.24%
GREEN value IS 46 (18.36% from 255) = 27.06%
BLUE value IS 25 (10.16% from 255) = 14.71%
R=58.24%
G=27.06%
B=14.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.75
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99462500.540.750.6117.0359.6824.31
Hex632E190364B3D113c18
Octal143563106611375217430
Binary110001110111011001011011010010111111011000111110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #632E19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,46,25); }

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

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

 a { background-color: rgb(99,46,25); }

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

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

 span { border-color: rgb(99,46,25); }

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