#5C613F

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

Shades of Woodland #5C613F

Tints of Woodland #5C613F

Color information

#5C613F (or 0x5C613F) is unknown color: approx Woodland. HEX triplet: 5C, 61 and 3F. RGB value is (92,97,63). Sum of RGB (Red+Green+Blue) = 92+97+63=252 (33% of max value = 765). Red value is 92 (36.33% from 255 or 36.51% from 252); Green value is 97 (38.28% from 255 or 38.49% from 252); Blue value is 63 (25% from 255 or 25% from 252); Max value from RGB is 97 - color contains mainly: green. Hex color #5C613F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C613F is #A39EC0. Grayscale: #5B5B5B. Windows color (decimal): -10723009 or 4153692. OLE color: 4153692.

HSL color Cylindrical-coordinate representation of color #5C613F: hue angle of 68.82º degrees, saturation: 0.21, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #5C613F is Cyan = 0.05, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.62.

Color convert

RGB929763-
CMYK0.0500.350.62
HSL68.82º21.25%31.37%-
HSV(B)68.82º35.05%38.04%-
XYZ9.5911.186.36-
YUV91.63111.84128.26-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 36.51%
GREEN value IS 97 (38.28% from 255) = 38.49%
BLUE value IS 63 (25% from 255) = 25%
R=36.51%
G=38.49%
B=25%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9297630.0500.350.6268.8221.2531.37
Hex5C613F50233E45151f
Octal134141775043761052537
Binary10111001100001111111101010001111111010001011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C613F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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