#62694F

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

Shades of Woodland #62694F

Tints of Woodland #62694F

Color information

#62694F (or 0x62694F) is unknown color: approx Woodland. HEX triplet: 62, 69 and 4F. RGB value is (98,105,79). Sum of RGB (Red+Green+Blue) = 98+105+79=282 (37% of max value = 765). Red value is 98 (38.67% from 255 or 34.75% from 282); Green value is 105 (41.41% from 255 or 37.23% from 282); Blue value is 79 (31.25% from 255 or 28.01% from 282); Max value from RGB is 105 - color contains mainly: green. Hex color #62694F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #62694F is #9D96B0. Grayscale: #646464. Windows color (decimal): -10327729 or 5204322. OLE color: 5204322.

HSL color Cylindrical-coordinate representation of color #62694F: hue angle of 76.15º degrees, saturation: 0.14, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #62694F is Cyan = 0.07, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.59.

Color convert

RGB9810579-
CMYK0.0700.250.59
HSL76.15º14.13%36.08%-
HSV(B)76.15º24.76%41.18%-
XYZ11.513.269.35-
YUV99.94116.18126.61-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 34.75%
GREEN value IS 105 (41.41% from 255) = 37.23%
BLUE value IS 79 (31.25% from 255) = 28.01%
R=34.75%
G=37.23%
B=28.01%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal98105790.0700.250.5976.1514.1336.08
Hex62694F70193B4ce24
Octal1421511177031731141644
Binary11000101101001100111111101100111101110011001110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62694F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62694F; }

 p { color: rgb(98,105,79); }

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

<style>
 a { background-color: #62694F; }

 a { background-color: rgb(98,105,79); }

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

<style>
 span { border-color: #62694F; }

 span { border-color: rgb(98,105,79); }

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