#6A7041

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

Shades of Woodland #6A7041

Tints of Woodland #6A7041

Color information

#6A7041 (or 0x6A7041) is unknown color: approx Woodland. HEX triplet: 6A, 70 and 41. RGB value is (106,112,65). Sum of RGB (Red+Green+Blue) = 106+112+65=283 (37% of max value = 765). Red value is 106 (41.80% from 255 or 37.46% from 283); Green value is 112 (44.14% from 255 or 39.58% from 283); Blue value is 65 (25.78% from 255 or 22.97% from 283); Max value from RGB is 112 - color contains mainly: green. Hex color #6A7041 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A7041 is #958FBE. Grayscale: #696969. Windows color (decimal): -9801663 or 4288618. OLE color: 4288618.

HSL color Cylindrical-coordinate representation of color #6A7041: hue angle of 67.66º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6A7041 is Cyan = 0.05, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.56.

Color convert

RGB10611265-
CMYK0.0500.420.56
HSL67.66º26.55%34.71%-
HSV(B)67.66º41.96%43.92%-
XYZ12.6915.037.23-
YUV104.85105.51128.82-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 37.46%
GREEN value IS 112 (44.14% from 255) = 39.58%
BLUE value IS 65 (25.78% from 255) = 22.97%
R=37.46%
G=39.58%
B=22.97%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal106112650.0500.420.5667.6626.5534.71
Hex6A7041502A38441b23
Octal1521601015052701043343
Binary1101010111000010000011010101010111000100010011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A7041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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