#6A7734

Color #6A7734 Rain Forest (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rain Forest #6A7734

Tints of Rain Forest #6A7734

Color information

#6A7734 (or 0x6A7734) is unknown color: approx Rain Forest. HEX triplet: 6A, 77 and 34. RGB value is (106,119,52). Sum of RGB (Red+Green+Blue) = 106+119+52=277 (36% of max value = 765). Red value is 106 (41.80% from 255 or 38.27% from 277); Green value is 119 (46.88% from 255 or 42.96% from 277); Blue value is 52 (20.70% from 255 or 18.77% from 277); Max value from RGB is 119 - color contains mainly: green. Hex color #6A7734 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A7734 is #9588CB. Grayscale: #6B6B6B. Windows color (decimal): -9799884 or 3438442. OLE color: 3438442.

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

Color convert

RGB10611952-
CMYK0.1100.560.53
HSL71.64º39.18%33.53%-
HSV(B)71.64º56.3%46.67%-
XYZ13.1616.515.74-
YUV107.4896.69126.95-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 38.27%
GREEN value IS 119 (46.88% from 255) = 42.96%
BLUE value IS 52 (20.70% from 255) = 18.77%
R=38.27%
G=42.96%
B=18.77%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal106119520.1100.560.5371.6439.1833.53
Hex6A7734B03835482722
Octal1521676413070651104742
Binary11010101110111110100101101110001101011001000100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A7734

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #6A7734;
 }
 .AnyTagClassName
 {
   color: #6A7734;
 }
</style>
background-color css

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

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

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

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

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

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