#632E17

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

Shades of Baker's Chocolate #632E17

Tints of Baker's Chocolate #632E17

Color information

#632E17 (or 0x632E17) is unknown color: approx Baker's Chocolate. HEX triplet: 63, 2E and 17. RGB value is (99,46,23). Sum of RGB (Red+Green+Blue) = 99+46+23=168 (22% of max value = 765). Red value is 99 (39.06% from 255 or 58.93% from 168); Green value is 46 (18.36% from 255 or 27.38% from 168); Blue value is 23 (9.38% from 255 or 13.69% from 168); Max value from RGB is 99 - color contains mainly: red. Hex color #632E17 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #632E17 is #9CD1E8. Grayscale: #3B3B3B. Windows color (decimal): -10277353 or 1519203. OLE color: 1519203.

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

Color convert

RGB994623-
CMYK00.540.770.61
HSL18.16º62.3%23.92%-
HSV(B)18.16º76.77%38.82%-
XYZ6.284.671.38-
YUV59.22107.56156.37-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 58.93%
GREEN value IS 46 (18.36% from 255) = 27.38%
BLUE value IS 23 (9.38% from 255) = 13.69%
R=58.93%
G=27.38%
B=13.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.77
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99462300.540.770.6118.1662.323.92
Hex632E170364D3D123e18
Octal143562706611575227630
Binary110001110111010111011011010011011111011001011111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #632E17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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