#6A6D41

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

Shades of Woodland #6A6D41

Tints of Woodland #6A6D41

Color information

#6A6D41 (or 0x6A6D41) is unknown color: approx Woodland. HEX triplet: 6A, 6D and 41. RGB value is (106,109,65). Sum of RGB (Red+Green+Blue) = 106+109+65=280 (37% of max value = 765). Red value is 106 (41.80% from 255 or 37.86% from 280); Green value is 109 (42.97% from 255 or 38.93% from 280); Blue value is 65 (25.78% from 255 or 23.21% from 280); Max value from RGB is 109 - color contains mainly: green. Hex color #6A6D41 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A6D41 is #9592BE. Grayscale: #676767. Windows color (decimal): -9802431 or 4287850. OLE color: 4287850.

HSL color Cylindrical-coordinate representation of color #6A6D41: hue angle of 64.09º degrees, saturation: 0.25, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6A6D41 is Cyan = 0.03, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.57.

Color convert

RGB10610965-
CMYK0.0300.400.57
HSL64.09º25.29%34.12%-
HSV(B)64.09º40.37%42.75%-
XYZ12.3714.387.13-
YUV103.09106.51130.08-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 37.86%
GREEN value IS 109 (42.97% from 255) = 38.93%
BLUE value IS 65 (25.78% from 255) = 23.21%
R=37.86%
G=38.93%
B=23.21%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal106109650.0300.400.5764.0925.2934.12
Hex6A6D41302839401922
Octal1521551013050711003142
Binary110101011011011000001110101000111001100000011001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A6D41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,109,65); }

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

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

 a { background-color: rgb(106,109,65); }

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

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

 span { border-color: rgb(106,109,65); }

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