#63703F

Color #63703F Woodland (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Woodland #63703F

Tints of Woodland #63703F

Color information

#63703F (or 0x63703F) is unknown color: approx Woodland. HEX triplet: 63, 70 and 3F. RGB value is (99,112,63). Sum of RGB (Red+Green+Blue) = 99+112+63=274 (36% of max value = 765). Red value is 99 (39.06% from 255 or 36.13% from 274); Green value is 112 (44.14% from 255 or 40.88% from 274); Blue value is 63 (25% from 255 or 22.99% from 274); Max value from RGB is 112 - color contains mainly: green. Hex color #63703F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #63703F is #9C8FC0. Grayscale: #666666. Windows color (decimal): -10260417 or 4157539. OLE color: 4157539.

HSL color Cylindrical-coordinate representation of color #63703F: hue angle of 75.92º degrees, saturation: 0.28, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #63703F is Cyan = 0.12, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.56.

Color convert

RGB9911263-
CMYK0.1200.440.56
HSL75.92º28%34.31%-
HSV(B)75.92º43.75%43.92%-
XYZ11.8414.66.9-
YUV102.53105.69125.48-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 36.13%
GREEN value IS 112 (44.14% from 255) = 40.88%
BLUE value IS 63 (25% from 255) = 22.99%
R=36.13%
G=40.88%
B=22.99%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal99112630.1200.440.5675.922834.31
Hex63703FC02C384c1c22
Octal1431607714054701143442
Binary1100011111000011111111000101100111000100110011100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63703F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63703F; }

 p { color: rgb(99,112,63); }

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

<style>
 a { background-color: #63703F; }

 a { background-color: rgb(99,112,63); }

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

<style>
 span { border-color: #63703F; }

 span { border-color: rgb(99,112,63); }

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