Html Css Color HEX #6A7634 Rain Forest

📋 copy color: '#6A7634'

red 106 ◦ green 118 ◦ blue 52

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

Shades of Rain Forest #6A7634

Tints of Rain Forest #6A7634

RGB

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

 GREEN value IS 118 (46.48% from 255) = 42.75%

 BLUE value IS 52 (20.7% from 255) = 18.84%

R = 38.41%
G = 42.75%
B = 18.84%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.56

 K value IS 0.54

RGB Variations

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

Color information

#6A7634 (or 0x6A7634) is known color: Rain Forest. HEX triplet: 6A, 76 and 34. RGB value is (106,118,52). Sum of RGB (Red+Green+Blue) = 106+118+52=276 (36% of max value = 765). Red value is 106 (41.80% from 255 or 38.41% from 276); Green value is 118 (46.48% from 255 or 42.75% from 276); Blue value is 52 (20.70% from 255 or 18.84% from 276); Max value from RGB is 118 - color contains mainly: green. Hex color #6A7634 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A7634 is #9589CB. Grayscale: #6B6B6B. Windows color (decimal): -9800140 or 3438186. OLE color: 3438186.

HSL color Cylindrical-coordinate representation of color #6A7634: hue angle of 70.91º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6A7634 is Cyan = 0.10, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.54.

Color convert

RGB 106 118 52 -
CMYK 0.10 0 0.56 0.54
HSL 70.91º 0.39% 0.33% -
HSV(B) 70.91º 0.56% 0.46% -
XYZ 13.04 16.27 5.7 -
YUV 106.89 97.02 127.37 -
System Red Green Blue C M Y K H S L
Decimal 106 118 52 0.10 0 0.56 0.54 70.91 0.39 0.33
Hex 6A 76 34 A 0 38 36 47 27 21
Octal 152 166 64 12 0 70 66 107 47 41
Binary 1101010 1110110 110100 1010 0 111000 110110 1000111 100111 100001

Color Harmonies of #6A7634

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A7634

Black with #6A7634

Text Example


Text Example

White with #6A7634

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,118,52); }

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

background-color css

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

 a { background-color: rgb(106,118,52); }

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

border-color css

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

 span { border-color: rgb(106,118,52); }

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