#60614A

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

Shades of Woodland #60614A

Tints of Woodland #60614A

Color information

#60614A (or 0x60614A) is unknown color: approx Woodland. HEX triplet: 60, 61 and 4A. RGB value is (96,97,74). Sum of RGB (Red+Green+Blue) = 96+97+74=267 (35% of max value = 765). Red value is 96 (37.89% from 255 or 35.96% from 267); Green value is 97 (38.28% from 255 or 36.33% from 267); Blue value is 74 (29.30% from 255 or 27.72% from 267); Max value from RGB is 97 - color contains mainly: green. Hex color #60614A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #60614A is #9F9EB5. Grayscale: #5E5E5E. Windows color (decimal): -10460854 or 4874592. OLE color: 4874592.

HSL color Cylindrical-coordinate representation of color #60614A: hue angle of 62.61º degrees, saturation: 0.13, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #60614A is Cyan = 0.01, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.62.

Color convert

RGB969774-
CMYK0.0100.240.62
HSL62.61º13.45%33.53%-
HSV(B)62.61º23.71%38.04%-
XYZ10.3311.538.16-
YUV94.08116.67129.37-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 35.96%
GREEN value IS 97 (38.28% from 255) = 36.33%
BLUE value IS 74 (29.30% from 255) = 27.72%
R=35.96%
G=36.33%
B=27.72%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9697740.0100.240.6262.6113.4533.53
Hex60614A10183E3fd22
Octal140141112103076771542
Binary11000001100001100101010110001111101111111101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60614A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60614A; }

 p { color: rgb(96,97,74); }

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

<style>
 a { background-color: #60614A; }

 a { background-color: rgb(96,97,74); }

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

<style>
 span { border-color: #60614A; }

 span { border-color: rgb(96,97,74); }

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