#6A7345

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

Shades of Woodland #6A7345

Tints of Woodland #6A7345

Color information

#6A7345 (or 0x6A7345) is unknown color: approx Woodland. HEX triplet: 6A, 73 and 45. RGB value is (106,115,69). Sum of RGB (Red+Green+Blue) = 106+115+69=290 (38% of max value = 765). Red value is 106 (41.80% from 255 or 36.55% from 290); Green value is 115 (45.31% from 255 or 39.66% from 290); Blue value is 69 (27.34% from 255 or 23.79% from 290); Max value from RGB is 115 - color contains mainly: green. Hex color #6A7345 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A7345 is #958CBA. Grayscale: #6B6B6B. Windows color (decimal): -9800891 or 4551530. OLE color: 4551530.

HSL color Cylindrical-coordinate representation of color #6A7345: hue angle of 71.74º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6A7345 is Cyan = 0.08, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.55.

Color convert

RGB10611569-
CMYK0.0800.40.55
HSL71.74º25%36.08%-
HSV(B)71.74º40%45.1%-
XYZ13.1515.767.98-
YUV107.06106.52127.24-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 36.55%
GREEN value IS 115 (45.31% from 255) = 39.66%
BLUE value IS 69 (27.34% from 255) = 23.79%
R=36.55%
G=39.66%
B=23.79%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.4
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal106115690.0800.40.5571.742536.08
Hex6A7345802837481924
Octal15216310510050671103144
Binary11010101110011100010110000101000110111100100011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A7345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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