#6A7441

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

Shades of Woodland #6A7441

Tints of Woodland #6A7441

Color information

#6A7441 (or 0x6A7441) is unknown color: approx Woodland. HEX triplet: 6A, 74 and 41. RGB value is (106,116,65). Sum of RGB (Red+Green+Blue) = 106+116+65=287 (38% of max value = 765). Red value is 106 (41.80% from 255 or 36.93% from 287); Green value is 116 (45.70% from 255 or 40.42% from 287); Blue value is 65 (25.78% from 255 or 22.65% from 287); Max value from RGB is 116 - color contains mainly: green. Hex color #6A7441 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A7441 is #958BBE. Grayscale: #6B6B6B. Windows color (decimal): -9800639 or 4289642. OLE color: 4289642.

HSL color Cylindrical-coordinate representation of color #6A7441: hue angle of 71.76º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6A7441 is Cyan = 0.09, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.55.

Color convert

RGB10611665-
CMYK0.0900.440.55
HSL71.76º28.18%35.49%-
HSV(B)71.76º43.97%45.49%-
XYZ13.1415.947.38-
YUV107.2104.19127.15-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 36.93%
GREEN value IS 116 (45.70% from 255) = 40.42%
BLUE value IS 65 (25.78% from 255) = 22.65%
R=36.93%
G=40.42%
B=22.65%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal106116650.0900.440.5571.7628.1835.49
Hex6A7441902C37481c23
Octal15216410111054671103443
Binary11010101110100100000110010101100110111100100011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A7441

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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