Html Css Color HEX #5C635F Feldgrau

📋 copy color: '#5C635F'

red 92 ◦ green 99 ◦ blue 95

#5C635F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Feldgrau #5C635F

Tints of Feldgrau #5C635F

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 value IS 0.07

 M value IS 0

 Y value IS 0.04

 K value IS 0.61

RGB Variations

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

Color information

#5C635F (or 0x5C635F) is known color: 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

RGB 92 99 95 -
CMYK 0.07 0 0.04 0.61
HSL 145.71º 0.04% 0.37% -
HSV(B) 145.71º 0.07% 0.39% -
XYZ 10.94 12.03 12.57 -
YUV 96.45 127.18 124.83 -
System Red Green Blue C M Y K H S L
Decimal 92 99 95 0.07 0 0.04 0.61 145.71 0.04 0.37
Hex 5C 63 5F 7 0 4 3D 92 4 25
Octal 134 143 137 7 0 4 75 222 4 45
Binary 1011100 1100011 1011111 111 0 100 111101 10010010 100 100101

Color Harmonies of #5C635F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C635F

Black with #5C635F

Text Example


Text Example

White with #5C635F

Text Example


Text Example

HTML Codes & Css Web 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>