#6A7042

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

Shades of Woodland #6A7042

Tints of Woodland #6A7042

Color information

#6A7042 (or 0x6A7042) is unknown color: approx Woodland. HEX triplet: 6A, 70 and 42. RGB value is (106,112,66). Sum of RGB (Red+Green+Blue) = 106+112+66=284 (37% of max value = 765). Red value is 106 (41.80% from 255 or 37.32% from 284); Green value is 112 (44.14% from 255 or 39.44% from 284); Blue value is 66 (26.17% from 255 or 23.24% from 284); Max value from RGB is 112 - color contains mainly: green. Hex color #6A7042 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A7042 is #958FBD. Grayscale: #696969. Windows color (decimal): -9801662 or 4354154. OLE color: 4354154.

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

Color convert

RGB10611266-
CMYK0.0500.410.56
HSL67.83º25.84%34.9%-
HSV(B)67.83º41.07%43.92%-
XYZ12.7215.057.39-
YUV104.96106.01128.74-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 37.32%
GREEN value IS 112 (44.14% from 255) = 39.44%
BLUE value IS 66 (26.17% from 255) = 23.24%
R=37.32%
G=39.44%
B=23.24%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal106112660.0500.410.5667.8325.8434.9
Hex6A7042502938441a23
Octal1521601025051701043243
Binary1101010111000010000101010101001111000100010011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A7042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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