#5C635F

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

Shades of Feldgrau #5C635F

Tints of Feldgrau #5C635F

Color information

#5C635F (or 0x5C635F) is unknown color: approx Feldgrau. HEX triplet: 5C, 63 and 5F. RGB value is (92,99,95). Sum of RGB (Red+Green+Blue) = 92+99+95=286 (37% of max value = 765). Red value is 92 (36.33% from 255 or 32.17% from 286); Green value is 99 (39.06% from 255 or 34.62% from 286); Blue value is 95 (37.5% from 255 or 33.22% from 286); Max value from RGB is 99 - color contains mainly: green. Hex color #5C635F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C635F is #A39CA0. Grayscale: #606060. Windows color (decimal): -10722465 or 6251356. OLE color: 6251356.

HSL color Cylindrical-coordinate representation of color #5C635F: hue angle of 145.71º degrees, saturation: 0.04, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #5C635F is Cyan = 0.07, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.61.

Color convert

RGB929995-
CMYK0.0700.040.61
HSL145.71º3.66%37.45%-
HSV(B)145.71º7.07%38.82%-
XYZ10.9412.0312.57-
YUV96.45127.18124.83-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 32.17%
GREEN value IS 99 (39.06% from 255) = 34.62%
BLUE value IS 95 (37.5% from 255) = 33.22%
R=32.17%
G=34.62%
B=33.22%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9299950.0700.040.61145.713.6637.45
Hex5C635F7043D92425
Octal13414313770475222445
Binary101110011000111011111111010011110110010010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C635F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,99,95); }

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

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

 a { background-color: rgb(92,99,95); }

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

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

 span { border-color: rgb(92,99,95); }

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