#6F743B

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

Shades of Rain Forest #6F743B

Tints of Rain Forest #6F743B

Color information

#6F743B (or 0x6F743B) is unknown color: approx Rain Forest. HEX triplet: 6F, 74 and 3B. RGB value is (111,116,59). Sum of RGB (Red+Green+Blue) = 111+116+59=286 (37% of max value = 765). Red value is 111 (43.75% from 255 or 38.81% from 286); Green value is 116 (45.70% from 255 or 40.56% from 286); Blue value is 59 (23.44% from 255 or 20.63% from 286); Max value from RGB is 116 - color contains mainly: green. Hex color #6F743B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F743B is #908BC4. Grayscale: #6C6C6C. Windows color (decimal): -9472965 or 3896431. OLE color: 3896431.

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

Color convert

RGB11111659-
CMYK0.0400.490.55
HSL65.26º32.57%34.31%-
HSV(B)65.26º49.14%45.49%-
XYZ13.5916.196.55-
YUV108.01100.34130.13-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 38.81%
GREEN value IS 116 (45.70% from 255) = 40.56%
BLUE value IS 59 (23.44% from 255) = 20.63%
R=38.81%
G=40.56%
B=20.63%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal111116590.0400.490.5565.2632.5734.31
Hex6F743B403137412122
Octal157164734061671014142
Binary1101111111010011101110001100011101111000001100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F743B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,116,59); }

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

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

 a { background-color: rgb(111,116,59); }

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

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

 span { border-color: rgb(111,116,59); }

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