#62684B

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

Shades of Woodland #62684B

Tints of Woodland #62684B

Color information

#62684B (or 0x62684B) is unknown color: approx Woodland. HEX triplet: 62, 68 and 4B. RGB value is (98,104,75). Sum of RGB (Red+Green+Blue) = 98+104+75=277 (36% of max value = 765). Red value is 98 (38.67% from 255 or 35.38% from 277); Green value is 104 (41.02% from 255 or 37.55% from 277); Blue value is 75 (29.69% from 255 or 27.08% from 277); Max value from RGB is 104 - color contains mainly: green. Hex color #62684B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #62684B is #9D97B4. Grayscale: #636363. Windows color (decimal): -10327989 or 4941922. OLE color: 4941922.

HSL color Cylindrical-coordinate representation of color #62684B: hue angle of 72.41º degrees, saturation: 0.16, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #62684B is Cyan = 0.06, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.59.

Color convert

RGB9810475-
CMYK0.0600.280.59
HSL72.41º16.2%35.1%-
HSV(B)72.41º27.88%40.78%-
XYZ11.2613.018.57-
YUV98.9114.51127.36-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 35.38%
GREEN value IS 104 (41.02% from 255) = 37.55%
BLUE value IS 75 (29.69% from 255) = 27.08%
R=35.38%
G=37.55%
B=27.08%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal98104750.0600.280.5972.4116.235.1
Hex62684B601C3B481023
Octal1421501136034731102043
Binary110001011010001001011110011100111011100100010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62684B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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