Html Css Color HEX #6A7131 Rain Forest

📋 copy color: '#6A7131'

red 106 ◦ green 113 ◦ blue 49

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

Shades of Rain Forest #6A7131

Tints of Rain Forest #6A7131

RGB

 RED value IS 106 (41.8% from 255) = 39.55%

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

 BLUE value IS 49 (19.53% from 255) = 18.28%

R = 39.55%
G = 42.16%
B = 18.28%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.57

 K value IS 0.56

RGB Variations

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

Color information

#6A7131 (or 0x6A7131) is known color: Rain Forest. HEX triplet: 6A, 71 and 31. RGB value is (106,113,49). Sum of RGB (Red+Green+Blue) = 106+113+49=268 (35% of max value = 765). Red value is 106 (41.80% from 255 or 39.55% from 268); Green value is 113 (44.53% from 255 or 42.16% from 268); Blue value is 49 (19.53% from 255 or 18.28% from 268); Max value from RGB is 113 - color contains mainly: green. Hex color #6A7131 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A7131 is #958ECE. Grayscale: #676767. Windows color (decimal): -9801423 or 3240298. OLE color: 3240298.

HSL color Cylindrical-coordinate representation of color #6A7131: hue angle of 66.56º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6A7131 is Cyan = 0.06, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.56.

Color convert

RGB 106 113 49 -
CMYK 0.06 0 0.57 0.56
HSL 66.56º 0.4% 0.32% -
HSV(B) 66.56º 0.57% 0.44% -
XYZ 12.4 15.1 5.17 -
YUV 103.61 97.18 129.7 -
System Red Green Blue C M Y K H S L
Decimal 106 113 49 0.06 0 0.57 0.56 66.56 0.4 0.32
Hex 6A 71 31 6 0 39 38 43 28 20
Octal 152 161 61 6 0 71 70 103 50 40
Binary 1101010 1110001 110001 110 0 111001 111000 1000011 101000 100000

Color Harmonies of #6A7131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A7131

Black with #6A7131

Text Example


Text Example

White with #6A7131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6A7131; }

 p { color: rgb(106,113,49); }

 H1.HeaderClassName
 {
   color: #6A7131;
 }
 .AnyTagClassName
 {
   color: #6A7131;
 }
</style>

background-color css

<style>
 a { background-color: #6A7131; }

 a { background-color: rgb(106,113,49); }

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

border-color css

<style>
 span { border-color: #6A7131; }

 span { border-color: rgb(106,113,49); }

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