#6A7145

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

Shades of Woodland #6A7145

Tints of Woodland #6A7145

Color information

#6A7145 (or 0x6A7145) is unknown color: approx Woodland. HEX triplet: 6A, 71 and 45. RGB value is (106,113,69). Sum of RGB (Red+Green+Blue) = 106+113+69=288 (38% of max value = 765). Red value is 106 (41.80% from 255 or 36.81% from 288); Green value is 113 (44.53% from 255 or 39.24% from 288); Blue value is 69 (27.34% from 255 or 23.96% from 288); Max value from RGB is 113 - color contains mainly: green. Hex color #6A7145 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A7145 is #958EBA. Grayscale: #6A6A6A. Windows color (decimal): -9801403 or 4551018. OLE color: 4551018.

HSL color Cylindrical-coordinate representation of color #6A7145: hue angle of 69.55º degrees, saturation: 0.24, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6A7145 is Cyan = 0.06, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.56.

Color convert

RGB10611369-
CMYK0.0600.390.56
HSL69.55º24.18%35.69%-
HSV(B)69.55º38.94%44.31%-
XYZ12.9215.37.9-
YUV105.89107.18128.08-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 36.81%
GREEN value IS 113 (44.53% from 255) = 39.24%
BLUE value IS 69 (27.34% from 255) = 23.96%
R=36.81%
G=39.24%
B=23.96%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal106113690.0600.390.5669.5524.1835.69
Hex6A7145602738461824
Octal1521611056047701063044
Binary1101010111000110001011100100111111000100011011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A7145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,113,69); }

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

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

 a { background-color: rgb(106,113,69); }

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

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

 span { border-color: rgb(106,113,69); }

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