#60694B

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

Shades of Woodland #60694B

Tints of Woodland #60694B

Color information

#60694B (or 0x60694B) is unknown color: approx Woodland. HEX triplet: 60, 69 and 4B. RGB value is (96,105,75). Sum of RGB (Red+Green+Blue) = 96+105+75=276 (36% of max value = 765). Red value is 96 (37.89% from 255 or 34.78% from 276); Green value is 105 (41.41% from 255 or 38.04% from 276); Blue value is 75 (29.69% from 255 or 27.17% from 276); Max value from RGB is 105 - color contains mainly: green. Hex color #60694B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #60694B is #9F96B4. Grayscale: #636363. Windows color (decimal): -10458805 or 4942176. OLE color: 4942176.

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

Color convert

RGB9610575-
CMYK0.0900.290.59
HSL78º16.67%35.29%-
HSV(B)78º28.57%41.18%-
XYZ11.1513.18.6-
YUV98.89114.52125.94-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 34.78%
GREEN value IS 105 (41.41% from 255) = 38.04%
BLUE value IS 75 (29.69% from 255) = 27.17%
R=34.78%
G=38.04%
B=27.17%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal96105750.0900.290.597816.6735.29
Hex60694B901D3B4e1123
Octal14015111311035731162143
Binary1100000110100110010111001011101111011100111010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60694B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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