#6a713b

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

Shades of Woodland #6A713B

Tints of Woodland #6A713B

Color information

#6A713B (or 0x6A713B) is unknown color: approx Woodland. HEX triplet: 6A, 71 and 3B. RGB value is (106,113,59). Sum of RGB (Red+Green+Blue) = 106+113+59=278 (36% of max value = 765). Red value is 106 (41.80% from 255 or 38.13% from 278); Green value is 113 (44.53% from 255 or 40.65% from 278); Blue value is 59 (23.44% from 255 or 21.22% from 278); Max value from RGB is 113 - color contains mainly: green. Hex color #6A713B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A713B is #958EC4. Grayscale: #686868. Windows color (decimal): -9801413 or 3895658. OLE color: 3895658.

HSL color Cylindrical-coordinate representation of color #6A713B: hue angle of 67.78º degrees, saturation: 0.31, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6A713B is Cyan = 0.06, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.56.

Color convert

RGB10611359-
CMYK0.0600.480.56
HSL67.78º31.4%33.73%-
HSV(B)67.78º47.79%44.31%-
XYZ12.6415.196.4-
YUV104.75102.18128.89-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 38.13%
GREEN value IS 113 (44.53% from 255) = 40.65%
BLUE value IS 59 (23.44% from 255) = 21.22%
R=38.13%
G=40.65%
B=21.22%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal106113590.0600.480.5667.7831.433.73
Hex6A713B603038441f22
Octal152161736060701043742
Binary110101011100011110111100110000111000100010011111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6a713b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,113,59); }

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

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

 a { background-color: rgb(106,113,59); }

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

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

 span { border-color: rgb(106,113,59); }

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