#6B743F

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

Shades of Woodland #6B743F

Tints of Woodland #6B743F

Color information

#6B743F (or 0x6B743F) is unknown color: approx Woodland. HEX triplet: 6B, 74 and 3F. RGB value is (107,116,63). Sum of RGB (Red+Green+Blue) = 107+116+63=286 (37% of max value = 765). Red value is 107 (42.19% from 255 or 37.41% from 286); Green value is 116 (45.70% from 255 or 40.56% from 286); Blue value is 63 (25% from 255 or 22.03% from 286); Max value from RGB is 116 - color contains mainly: green. Hex color #6B743F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B743F is #948BC0. Grayscale: #6B6B6B. Windows color (decimal): -9735105 or 4158571. OLE color: 4158571.

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

Color convert

RGB10711663-
CMYK0.0800.460.55
HSL70.19º29.61%35.1%-
HSV(B)70.19º45.69%45.49%-
XYZ13.2115.987.09-
YUV107.27103.02127.81-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 37.41%
GREEN value IS 116 (45.70% from 255) = 40.56%
BLUE value IS 63 (25% from 255) = 22.03%
R=37.41%
G=40.56%
B=22.03%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal107116630.0800.460.5570.1929.6135.1
Hex6B743F802E37461e23
Octal1531647710056671063643
Binary1101011111010011111110000101110110111100011011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B743F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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