#6C743A

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

Shades of Rain Forest #6C743A

Tints of Rain Forest #6C743A

Color information

#6C743A (or 0x6C743A) is unknown color: approx Rain Forest. HEX triplet: 6C, 74 and 3A. RGB value is (108,116,58). Sum of RGB (Red+Green+Blue) = 108+116+58=282 (37% of max value = 765). Red value is 108 (42.58% from 255 or 38.30% from 282); Green value is 116 (45.70% from 255 or 41.13% from 282); Blue value is 58 (23.05% from 255 or 20.57% from 282); Max value from RGB is 116 - color contains mainly: green. Hex color #6C743A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6C743A is #938BC5. Grayscale: #6B6B6B. Windows color (decimal): -9669574 or 3830892. OLE color: 3830892.

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

Color convert

RGB10811658-
CMYK0.0700.50.55
HSL68.28º33.33%34.12%-
HSV(B)68.28º50%45.49%-
XYZ13.1915.986.39-
YUV107100.35128.72-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 38.30%
GREEN value IS 116 (45.70% from 255) = 41.13%
BLUE value IS 58 (23.05% from 255) = 20.57%
R=38.30%
G=41.13%
B=20.57%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal108116580.0700.50.5568.2833.3334.12
Hex6C743A703237442122
Octal154164727062671044142
Binary1101100111010011101011101100101101111000100100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C743A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,116,58); }

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

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

 a { background-color: rgb(108,116,58); }

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

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

 span { border-color: rgb(108,116,58); }

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