#5C614A

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

Shades of Woodland #5C614A

Tints of Woodland #5C614A

Color information

#5C614A (or 0x5C614A) is unknown color: approx Woodland. HEX triplet: 5C, 61 and 4A. RGB value is (92,97,74). Sum of RGB (Red+Green+Blue) = 92+97+74=263 (34% of max value = 765). Red value is 92 (36.33% from 255 or 34.98% from 263); Green value is 97 (38.28% from 255 or 36.88% from 263); Blue value is 74 (29.30% from 255 or 28.14% from 263); Max value from RGB is 97 - color contains mainly: green. Hex color #5C614A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C614A is #A39EB5. Grayscale: #5C5C5C. Windows color (decimal): -10722998 or 4874588. OLE color: 4874588.

HSL color Cylindrical-coordinate representation of color #5C614A: hue angle of 73.04º 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 #5C614A is Cyan = 0.05, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.62.

Color convert

RGB929774-
CMYK0.0500.240.62
HSL73.04º13.45%33.53%-
HSV(B)73.04º23.71%38.04%-
XYZ9.9211.328.14-
YUV92.88117.34127.37-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 34.98%
GREEN value IS 97 (38.28% from 255) = 36.88%
BLUE value IS 74 (29.30% from 255) = 28.14%
R=34.98%
G=36.88%
B=28.14%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9297740.0500.240.6273.0413.4533.53
Hex5C614A50183E49d22
Octal1341411125030761111542
Binary10111001100001100101010101100011111010010011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C614A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5C614A; }

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

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

<style>
 a { background-color: #5C614A; }

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

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

<style>
 span { border-color: #5C614A; }

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

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