#6B7440

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

Shades of Woodland #6B7440

Tints of Woodland #6B7440

Color information

#6B7440 (or 0x6B7440) is unknown color: approx Woodland. HEX triplet: 6B, 74 and 40. RGB value is (107,116,64). Sum of RGB (Red+Green+Blue) = 107+116+64=287 (38% of max value = 765). Red value is 107 (42.19% from 255 or 37.28% from 287); Green value is 116 (45.70% from 255 or 40.42% from 287); Blue value is 64 (25.39% from 255 or 22.30% from 287); Max value from RGB is 116 - color contains mainly: green. Hex color #6B7440 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B7440 is #948BBF. Grayscale: #6B6B6B. Windows color (decimal): -9735104 or 4224107. OLE color: 4224107.

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

Color convert

RGB10711664-
CMYK0.0800.450.55
HSL70.38º28.89%35.29%-
HSV(B)70.38º44.83%45.49%-
XYZ13.2315.997.24-
YUV107.38103.52127.73-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 37.28%
GREEN value IS 116 (45.70% from 255) = 40.42%
BLUE value IS 64 (25.39% from 255) = 22.30%
R=37.28%
G=40.42%
B=22.30%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal107116640.0800.450.5570.3828.8935.29
Hex6B7440802D37461d23
Octal15316410010055671063543
Binary11010111110100100000010000101101110111100011011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B7440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,116,64); }

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

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

 a { background-color: rgb(107,116,64); }

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

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

 span { border-color: rgb(107,116,64); }

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