#60693F

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

Shades of Woodland #60693F

Tints of Woodland #60693F

Color information

#60693F (or 0x60693F) is unknown color: approx Woodland. HEX triplet: 60, 69 and 3F. RGB value is (96,105,63). Sum of RGB (Red+Green+Blue) = 96+105+63=264 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.36% from 264); Green value is 105 (41.41% from 255 or 39.77% from 264); Blue value is 63 (25% from 255 or 23.86% from 264); Max value from RGB is 105 - color contains mainly: green. Hex color #60693F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #60693F is #9F96C0. Grayscale: #616161. Windows color (decimal): -10458817 or 4155744. OLE color: 4155744.

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

Color convert

RGB9610563-
CMYK0.0900.40.59
HSL72.86º25%32.94%-
HSV(B)72.86º40%41.18%-
XYZ10.7712.956.63-
YUV97.52108.52126.92-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 36.36%
GREEN value IS 105 (41.41% from 255) = 39.77%
BLUE value IS 63 (25% from 255) = 23.86%
R=36.36%
G=39.77%
B=23.86%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.4
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal96105630.0900.40.5972.862532.94
Hex60693F90283B491921
Octal1401517711050731113141
Binary1100000110100111111110010101000111011100100111001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60693F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,105,63); }

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

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

 a { background-color: rgb(96,105,63); }

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

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

 span { border-color: rgb(96,105,63); }

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