#6A7435

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

Shades of Rain Forest #6A7435

Tints of Rain Forest #6A7435

Color information

#6A7435 (or 0x6A7435) is unknown color: approx Rain Forest. HEX triplet: 6A, 74 and 35. RGB value is (106,116,53). Sum of RGB (Red+Green+Blue) = 106+116+53=275 (36% of max value = 765). Red value is 106 (41.80% from 255 or 38.55% from 275); Green value is 116 (45.70% from 255 or 42.18% from 275); Blue value is 53 (21.09% from 255 or 19.27% from 275); Max value from RGB is 116 - color contains mainly: green. Hex color #6A7435 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A7435 is #958BCA. Grayscale: #6A6A6A. Windows color (decimal): -9800651 or 3503210. OLE color: 3503210.

HSL color Cylindrical-coordinate representation of color #6A7435: hue angle of 69.52º degrees, saturation: 0.37, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6A7435 is Cyan = 0.09, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.55.

Color convert

RGB10611653-
CMYK0.0900.540.55
HSL69.52º37.28%33.14%-
HSV(B)69.52º54.31%45.49%-
XYZ12.8315.815.74-
YUV105.8398.19128.12-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 38.55%
GREEN value IS 116 (45.70% from 255) = 42.18%
BLUE value IS 53 (21.09% from 255) = 19.27%
R=38.55%
G=42.18%
B=19.27%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal106116530.0900.540.5569.5237.2833.14
Hex6A7435903637462521
Octal1521646511066671064541
Binary11010101110100110101100101101101101111000110100101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A7435

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,116,53); }

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

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

 a { background-color: rgb(106,116,53); }

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

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

 span { border-color: rgb(106,116,53); }

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