Html Css Color HEX #63742D Rain Forest

📋 copy color: '#63742D'

red 99 ◦ green 116 ◦ blue 45

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

Shades of Rain Forest #63742D

Tints of Rain Forest #63742D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 17.31%

R = 38.08%
G = 44.62%
B = 17.31%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.61

 K value IS 0.55

RGB Variations

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

Color information

#63742D (or 0x63742D) is known color: Rain Forest. HEX triplet: 63, 74 and 2D. RGB value is (99,116,45). Sum of RGB (Red+Green+Blue) = 99+116+45=260 (34% of max value = 765). Red value is 99 (39.06% from 255 or 38.08% from 260); Green value is 116 (45.70% from 255 or 44.62% from 260); Blue value is 45 (17.97% from 255 or 17.31% from 260); Max value from RGB is 116 - color contains mainly: green. Hex color #63742D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #63742D is #9C8BD2. Grayscale: #676767. Windows color (decimal): -10259411 or 2978915. OLE color: 2978915.

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

Color convert

RGB 99 116 45 -
CMYK 0.15 0 0.61 0.55
HSL 74.37º 0.44% 0.32% -
HSV(B) 74.37º 0.61% 0.45% -
XYZ 11.86 15.33 4.82 -
YUV 102.82 95.37 125.27 -
System Red Green Blue C M Y K H S L
Decimal 99 116 45 0.15 0 0.61 0.55 74.37 0.44 0.32
Hex 63 74 2D F 0 3D 37 4A 2C 20
Octal 143 164 55 17 0 75 67 112 54 40
Binary 1100011 1110100 101101 1111 0 111101 110111 1001010 101100 100000

Color Harmonies of #63742D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63742D

Black with #63742D

Text Example


Text Example

White with #63742D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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