#6C7434

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

Shades of Rain Forest #6C7434

Tints of Rain Forest #6C7434

Color information

#6C7434 (or 0x6C7434) is unknown color: approx Rain Forest. HEX triplet: 6C, 74 and 34. RGB value is (108,116,52). Sum of RGB (Red+Green+Blue) = 108+116+52=276 (36% of max value = 765). Red value is 108 (42.58% from 255 or 39.13% from 276); Green value is 116 (45.70% from 255 or 42.03% from 276); Blue value is 52 (20.70% from 255 or 18.84% from 276); Max value from RGB is 116 - color contains mainly: green. Hex color #6C7434 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6C7434 is #938BCB. Grayscale: #6A6A6A. Windows color (decimal): -9669580 or 3437676. OLE color: 3437676.

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

Color convert

RGB10811652-
CMYK0.0700.550.55
HSL67.5º38.1%32.94%-
HSV(B)67.5º55.17%45.49%-
XYZ13.0515.935.64-
YUV106.3197.35129.2-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 39.13%
GREEN value IS 116 (45.70% from 255) = 42.03%
BLUE value IS 52 (20.70% from 255) = 18.84%
R=39.13%
G=42.03%
B=18.84%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal108116520.0700.550.5567.538.132.94
Hex6C7434703737442621
Octal154164647067671044641
Binary1101100111010011010011101101111101111000100100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C7434

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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