#62694D

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

Shades of Woodland #62694D

Tints of Woodland #62694D

Color information

#62694D (or 0x62694D) is unknown color: approx Woodland. HEX triplet: 62, 69 and 4D. RGB value is (98,105,77). Sum of RGB (Red+Green+Blue) = 98+105+77=280 (37% of max value = 765). Red value is 98 (38.67% from 255 or 35% from 280); Green value is 105 (41.41% from 255 or 37.5% from 280); Blue value is 77 (30.47% from 255 or 27.5% from 280); Max value from RGB is 105 - color contains mainly: green. Hex color #62694D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #62694D is #9D96B2. Grayscale: #636363. Windows color (decimal): -10327731 or 5073250. OLE color: 5073250.

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

Color convert

RGB9810577-
CMYK0.0700.270.59
HSL75º15.38%35.69%-
HSV(B)75º26.67%41.18%-
XYZ11.4313.248.97-
YUV99.72115.18126.78-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 35%
GREEN value IS 105 (41.41% from 255) = 37.5%
BLUE value IS 77 (30.47% from 255) = 27.5%
R=35%
G=37.5%
B=27.5%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal98105770.0700.270.597515.3835.69
Hex62694D701B3B4bf24
Octal1421511157033731131744
Binary11000101101001100110111101101111101110010111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62694D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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