#6A7745

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

Shades of Woodland #6A7745

Tints of Woodland #6A7745

Color information

#6A7745 (or 0x6A7745) is unknown color: approx Woodland. HEX triplet: 6A, 77 and 45. RGB value is (106,119,69). Sum of RGB (Red+Green+Blue) = 106+119+69=294 (38% of max value = 765). Red value is 106 (41.80% from 255 or 36.05% from 294); Green value is 119 (46.88% from 255 or 40.48% from 294); Blue value is 69 (27.34% from 255 or 23.47% from 294); Max value from RGB is 119 - color contains mainly: green. Hex color #6A7745 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A7745 is #9588BA. Grayscale: #6D6D6D. Windows color (decimal): -9799867 or 4552554. OLE color: 4552554.

HSL color Cylindrical-coordinate representation of color #6A7745: hue angle of 75.6º degrees, saturation: 0.27, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6A7745 is Cyan = 0.11, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.53.

Color convert

RGB10611969-
CMYK0.1100.420.53
HSL75.6º26.6%36.86%-
HSV(B)75.6º42.02%46.67%-
XYZ13.6116.698.13-
YUV109.41105.19125.57-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 36.05%
GREEN value IS 119 (46.88% from 255) = 40.48%
BLUE value IS 69 (27.34% from 255) = 23.47%
R=36.05%
G=40.48%
B=23.47%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal106119690.1100.420.5375.626.636.86
Hex6A7745B02A354c1b25
Octal15216710513052651143345
Binary11010101110111100010110110101010110101100110011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A7745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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