#60634F

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

Shades of Woodland #60634F

Tints of Woodland #60634F

Color information

#60634F (or 0x60634F) is unknown color: approx Woodland. HEX triplet: 60, 63 and 4F. RGB value is (96,99,79). Sum of RGB (Red+Green+Blue) = 96+99+79=274 (36% of max value = 765). Red value is 96 (37.89% from 255 or 35.04% from 274); Green value is 99 (39.06% from 255 or 36.13% from 274); Blue value is 79 (31.25% from 255 or 28.83% from 274); Max value from RGB is 99 - color contains mainly: green. Hex color #60634F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60634F is #9F9CB0. Grayscale: #5F5F5F. Windows color (decimal): -10460337 or 5202784. OLE color: 5202784.

HSL color Cylindrical-coordinate representation of color #60634F: hue angle of 69º degrees, saturation: 0.11, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #60634F is Cyan = 0.03, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.61.

Color convert

RGB969979-
CMYK0.0300.200.61
HSL69º11.24%34.9%-
HSV(B)69º20.2%38.82%-
XYZ10.711.979.14-
YUV95.82118.51128.13-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 35.04%
GREEN value IS 99 (39.06% from 255) = 36.13%
BLUE value IS 79 (31.25% from 255) = 28.83%
R=35.04%
G=36.13%
B=28.83%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9699790.0300.200.616911.2434.9
Hex60634F30143D45b23
Octal1401431173024751051343
Binary1100000110001110011111101010011110110001011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60634F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,99,79); }

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

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

 a { background-color: rgb(96,99,79); }

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

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

 span { border-color: rgb(96,99,79); }

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