Html Css Color HEX #63713A Woodland

📋 copy color: '#63713A'

red 99 ◦ green 113 ◦ blue 58

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

Shades of Woodland #63713A

Tints of Woodland #63713A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 21.48%

R = 36.67%
G = 41.85%
B = 21.48%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.49

 K value IS 0.56

RGB Variations

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

Color information

#63713A (or 0x63713A) is known color: Woodland. HEX triplet: 63, 71 and 3A. RGB value is (99,113,58). Sum of RGB (Red+Green+Blue) = 99+113+58=270 (35% of max value = 765). Red value is 99 (39.06% from 255 or 36.67% from 270); Green value is 113 (44.53% from 255 or 41.85% from 270); Blue value is 58 (23.05% from 255 or 21.48% from 270); Max value from RGB is 113 - color contains mainly: green. Hex color #63713A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #63713A is #9C8EC5. Grayscale: #666666. Windows color (decimal): -10260166 or 3830115. OLE color: 3830115.

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

Color convert

RGB 99 113 58 -
CMYK 0.12 0 0.49 0.56
HSL 75.27º 0.32% 0.34% -
HSV(B) 75.27º 0.49% 0.44% -
XYZ 11.81 14.77 6.23 -
YUV 102.54 102.86 125.47 -
System Red Green Blue C M Y K H S L
Decimal 99 113 58 0.12 0 0.49 0.56 75.27 0.32 0.34
Hex 63 71 3A C 0 31 38 4B 20 22
Octal 143 161 72 14 0 61 70 113 40 42
Binary 1100011 1110001 111010 1100 0 110001 111000 1001011 100000 100010

Color Harmonies of #63713A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63713A

Black with #63713A

Text Example


Text Example

White with #63713A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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