Html Css Color HEX #63713F Woodland

📋 copy color: '#63713F'

red 99 ◦ green 113 ◦ blue 63

#63713F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Woodland #63713F

Tints of Woodland #63713F

RGB

 RED value IS 99 (39.06% from 255) = 36%

 GREEN value IS 113 (44.53% from 255) = 41.09%

 BLUE value IS 63 (25% from 255) = 22.91%

R = 36%
G = 41.09%
B = 22.91%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.44

 K value IS 0.56

RGB Variations

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

Color information

#63713F (or 0x63713F) is known color: Woodland. HEX triplet: 63, 71 and 3F. RGB value is (99,113,63). Sum of RGB (Red+Green+Blue) = 99+113+63=275 (36% of max value = 765). Red value is 99 (39.06% from 255 or 36% from 275); Green value is 113 (44.53% from 255 or 41.09% from 275); Blue value is 63 (25% from 255 or 22.91% from 275); Max value from RGB is 113 - color contains mainly: green. Hex color #63713F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #63713F is #9C8EC0. Grayscale: #676767. Windows color (decimal): -10260161 or 4157795. OLE color: 4157795.

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

Color convert

RGB 99 113 63 -
CMYK 0.12 0 0.44 0.56
HSL 76.8º 0.28% 0.35% -
HSV(B) 76.8º 0.44% 0.44% -
XYZ 11.95 14.82 6.93 -
YUV 103.11 105.36 125.07 -
System Red Green Blue C M Y K H S L
Decimal 99 113 63 0.12 0 0.44 0.56 76.8 0.28 0.35
Hex 63 71 3F C 0 2C 38 4D 1C 23
Octal 143 161 77 14 0 54 70 115 34 43
Binary 1100011 1110001 111111 1100 0 101100 111000 1001101 11100 100011

Color Harmonies of #63713F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63713F

Black with #63713F

Text Example


Text Example

White with #63713F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #63713F;
 }
 .AnyTagClassName
 {
   color: #63713F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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