Html Css Color HEX #63742F Rain Forest

📋 copy color: '#63742F'

red 99 ◦ green 116 ◦ blue 47

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

Shades of Rain Forest #63742F

Tints of Rain Forest #63742F

RGB

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

 GREEN value IS 116 (45.7% from 255) = 44.27%

 BLUE value IS 47 (18.75% from 255) = 17.94%

R = 37.79%
G = 44.27%
B = 17.94%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.59

 K value IS 0.55

RGB Variations

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

Color information

#63742F (or 0x63742F) is known color: Rain Forest. HEX triplet: 63, 74 and 2F. RGB value is (99,116,47). Sum of RGB (Red+Green+Blue) = 99+116+47=262 (34% of max value = 765). Red value is 99 (39.06% from 255 or 37.79% from 262); Green value is 116 (45.70% from 255 or 44.27% from 262); Blue value is 47 (18.75% from 255 or 17.94% from 262); Max value from RGB is 116 - color contains mainly: green. Hex color #63742F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #63742F is #9C8BD0. Grayscale: #676767. Windows color (decimal): -10259409 or 3109987. OLE color: 3109987.

HSL color Cylindrical-coordinate representation of color #63742F: hue angle of 74.78º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #63742F is Cyan = 0.15, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.55.

Color convert

RGB 99 116 47 -
CMYK 0.15 0 0.59 0.55
HSL 74.78º 0.42% 0.32% -
HSV(B) 74.78º 0.59% 0.45% -
XYZ 11.9 15.35 5.02 -
YUV 103.05 96.37 125.11 -
System Red Green Blue C M Y K H S L
Decimal 99 116 47 0.15 0 0.59 0.55 74.78 0.42 0.32
Hex 63 74 2F F 0 3B 37 4B 2A 20
Octal 143 164 57 17 0 73 67 113 52 40
Binary 1100011 1110100 101111 1111 0 111011 110111 1001011 101010 100000

Color Harmonies of #63742F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63742F

Black with #63742F

Text Example


Text Example

White with #63742F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,116,47); }

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

background-color css

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

 a { background-color: rgb(99,116,47); }

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

border-color css

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

 span { border-color: rgb(99,116,47); }

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