Html Css Color HEX #6A772E Rain Forest

📋 copy color: '#6A772E'

red 106 ◦ green 119 ◦ blue 46

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

Shades of Rain Forest #6A772E

Tints of Rain Forest #6A772E

RGB

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

 GREEN value IS 119 (46.88% from 255) = 43.91%

 BLUE value IS 46 (18.36% from 255) = 16.97%

R = 39.11%
G = 43.91%
B = 16.97%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.61

 K value IS 0.53

RGB Variations

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

Color information

#6A772E (or 0x6A772E) is known color: Rain Forest. HEX triplet: 6A, 77 and 2E. RGB value is (106,119,46). Sum of RGB (Red+Green+Blue) = 106+119+46=271 (35% of max value = 765). Red value is 106 (41.80% from 255 or 39.11% from 271); Green value is 119 (46.88% from 255 or 43.91% from 271); Blue value is 46 (18.36% from 255 or 16.97% from 271); Max value from RGB is 119 - color contains mainly: green. Hex color #6A772E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A772E is #9588D1. Grayscale: #6B6B6B. Windows color (decimal): -9799890 or 3045226. OLE color: 3045226.

HSL color Cylindrical-coordinate representation of color #6A772E: hue angle of 70.68º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6A772E is Cyan = 0.11, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.53.

Color convert

RGB 106 119 46 -
CMYK 0.11 0 0.61 0.53
HSL 70.68º 0.44% 0.32% -
HSV(B) 70.68º 0.61% 0.47% -
XYZ 13.03 16.46 5.07 -
YUV 106.79 93.69 127.44 -
System Red Green Blue C M Y K H S L
Decimal 106 119 46 0.11 0 0.61 0.53 70.68 0.44 0.32
Hex 6A 77 2E B 0 3D 35 47 2C 20
Octal 152 167 56 13 0 75 65 107 54 40
Binary 1101010 1110111 101110 1011 0 111101 110101 1000111 101100 100000

Color Harmonies of #6A772E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A772E

Black with #6A772E

Text Example


Text Example

White with #6A772E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,119,46); }

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

background-color css

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

 a { background-color: rgb(106,119,46); }

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

border-color css

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

 span { border-color: rgb(106,119,46); }

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