#63703A

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

Shades of Woodland #63703A

Tints of Woodland #63703A

Color information

#63703A (or 0x63703A) is unknown color: approx Woodland. HEX triplet: 63, 70 and 3A. RGB value is (99,112,58). Sum of RGB (Red+Green+Blue) = 99+112+58=269 (35% of max value = 765). Red value is 99 (39.06% from 255 or 36.80% from 269); Green value is 112 (44.14% from 255 or 41.64% from 269); Blue value is 58 (23.05% from 255 or 21.56% from 269); Max value from RGB is 112 - color contains mainly: green. Hex color #63703A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #63703A is #9C8FC5. Grayscale: #666666. Windows color (decimal): -10260422 or 3829859. OLE color: 3829859.

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

Color convert

RGB9911258-
CMYK0.1200.480.56
HSL74.44º31.76%33.33%-
HSV(B)74.44º48.21%43.92%-
XYZ11.714.556.19-
YUV101.96103.19125.89-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 36.80%
GREEN value IS 112 (44.14% from 255) = 41.64%
BLUE value IS 58 (23.05% from 255) = 21.56%
R=36.80%
G=41.64%
B=21.56%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal99112580.1200.480.5674.4431.7633.33
Hex63703AC030384a2021
Octal1431607214060701124041
Binary11000111110000111010110001100001110001001010100000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63703A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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