#6A7445

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

Shades of Woodland #6A7445

Tints of Woodland #6A7445

Color information

#6A7445 (or 0x6A7445) is unknown color: approx Woodland. HEX triplet: 6A, 74 and 45. RGB value is (106,116,69). Sum of RGB (Red+Green+Blue) = 106+116+69=291 (38% of max value = 765). Red value is 106 (41.80% from 255 or 36.43% from 291); Green value is 116 (45.70% from 255 or 39.86% from 291); Blue value is 69 (27.34% from 255 or 23.71% from 291); Max value from RGB is 116 - color contains mainly: green. Hex color #6A7445 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A7445 is #958BBA. Grayscale: #6B6B6B. Windows color (decimal): -9800635 or 4551786. OLE color: 4551786.

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

Color convert

RGB10611669-
CMYK0.0900.410.55
HSL72.77º25.41%36.27%-
HSV(B)72.77º40.52%45.49%-
XYZ13.2615.988.02-
YUV107.65106.19126.82-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 36.43%
GREEN value IS 116 (45.70% from 255) = 39.86%
BLUE value IS 69 (27.34% from 255) = 23.71%
R=36.43%
G=39.86%
B=23.71%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal106116690.0900.410.5572.7725.4136.27
Hex6A7445902937491924
Octal15216410511051671113144
Binary11010101110100100010110010101001110111100100111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A7445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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