#632A17

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

Shades of Baker's Chocolate #632A17

Tints of Baker's Chocolate #632A17

Color information

#632A17 (or 0x632A17) is unknown color: approx Baker's Chocolate. HEX triplet: 63, 2A and 17. RGB value is (99,42,23). Sum of RGB (Red+Green+Blue) = 99+42+23=164 (21% of max value = 765). Red value is 99 (39.06% from 255 or 60.37% from 164); Green value is 42 (16.80% from 255 or 25.61% from 164); Blue value is 23 (9.38% from 255 or 14.02% from 164); Max value from RGB is 99 - color contains mainly: red. Hex color #632A17 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #632A17 is #9CD5E8. Grayscale: #393939. Windows color (decimal): -10278377 or 1518179. OLE color: 1518179.

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

Color convert

RGB994223-
CMYK00.580.770.61
HSL15º62.3%23.92%-
HSV(B)15º76.77%38.82%-
XYZ6.134.371.33-
YUV56.88108.88158.04-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 60.37%
GREEN value IS 42 (16.80% from 255) = 25.61%
BLUE value IS 23 (9.38% from 255) = 14.02%
R=60.37%
G=25.61%
B=14.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.77
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99422300.580.770.611562.323.92
Hex632A1703A4D3Df3e18
Octal143522707211575177630
Binary11000111010101011101110101001101111101111111111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #632A17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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