#6D7226

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

Shades of Rain Forest #6D7226

Tints of Rain Forest #6D7226

Color information

#6D7226 (or 0x6D7226) is unknown color: approx Rain Forest. HEX triplet: 6D, 72 and 26. RGB value is (109,114,38). Sum of RGB (Red+Green+Blue) = 109+114+38=261 (34% of max value = 765). Red value is 109 (42.97% from 255 or 41.76% from 261); Green value is 114 (44.92% from 255 or 43.68% from 261); Blue value is 38 (15.23% from 255 or 14.56% from 261); Max value from RGB is 114 - color contains mainly: green. Hex color #6D7226 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D7226 is #928DD9. Grayscale: #686868. Windows color (decimal): -9604570 or 2519661. OLE color: 2519661.

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

Color convert

RGB10911438-
CMYK0.0400.670.55
HSL63.95º50%29.8%-
HSV(B)63.95º66.67%44.71%-
XYZ12.6715.434.14-
YUV103.8490.84131.68-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 41.76%
GREEN value IS 114 (44.92% from 255) = 43.68%
BLUE value IS 38 (15.23% from 255) = 14.56%
R=41.76%
G=43.68%
B=14.56%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal109114380.0400.670.5563.955029.8
Hex6D722640433740321e
Octal1551624640103671006236
Binary1101101111001010011010001000011110111100000011001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D7226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,114,38); }

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

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

 a { background-color: rgb(109,114,38); }

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

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

 span { border-color: rgb(109,114,38); }

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