#62664B

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

Shades of Woodland #62664B

Tints of Woodland #62664B

Color information

#62664B (or 0x62664B) is unknown color: approx Woodland. HEX triplet: 62, 66 and 4B. RGB value is (98,102,75). Sum of RGB (Red+Green+Blue) = 98+102+75=275 (36% of max value = 765). Red value is 98 (38.67% from 255 or 35.64% from 275); Green value is 102 (40.23% from 255 or 37.09% from 275); Blue value is 75 (29.69% from 255 or 27.27% from 275); Max value from RGB is 102 - color contains mainly: green. Hex color #62664B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #62664B is #9D99B4. Grayscale: #616161. Windows color (decimal): -10328501 or 4941410. OLE color: 4941410.

HSL color Cylindrical-coordinate representation of color #62664B: hue angle of 68.89º degrees, saturation: 0.15, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #62664B is Cyan = 0.04, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.6.

Color convert

RGB9810275-
CMYK0.0400.260.6
HSL68.89º15.25%34.71%-
HSV(B)68.89º26.47%40%-
XYZ11.0612.618.51-
YUV97.73115.17128.2-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 35.64%
GREEN value IS 102 (40.23% from 255) = 37.09%
BLUE value IS 75 (29.69% from 255) = 27.27%
R=35.64%
G=37.09%
B=27.27%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal98102750.0400.260.668.8915.2534.71
Hex62664B401A3C45f23
Octal1421461134032741051743
Binary11000101100110100101110001101011110010001011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62664B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62664B; }

 p { color: rgb(98,102,75); }

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

<style>
 a { background-color: #62664B; }

 a { background-color: rgb(98,102,75); }

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

<style>
 span { border-color: #62664B; }

 span { border-color: rgb(98,102,75); }

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