Html Css Color HEX #5B645F Feldgrau

📋 copy color: '#5B645F'

red 91 ◦ green 100 ◦ blue 95

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

Shades of Feldgrau #5B645F

Tints of Feldgrau #5B645F

RGB

 RED value IS 91 (35.94% from 255) = 31.82%

 GREEN value IS 100 (39.45% from 255) = 34.97%

 BLUE value IS 95 (37.5% from 255) = 33.22%

R = 31.82%
G = 34.97%
B = 33.22%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.05

 K value IS 0.61

RGB Variations

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

Color information

#5B645F (or 0x5B645F) is known color: Feldgrau. HEX triplet: 5B, 64 and 5F. RGB value is (91,100,95). Sum of RGB (Red+Green+Blue) = 91+100+95=286 (37% of max value = 765). Red value is 91 (35.94% from 255 or 31.82% from 286); Green value is 100 (39.45% from 255 or 34.97% from 286); Blue value is 95 (37.5% from 255 or 33.22% from 286); Max value from RGB is 100 - color contains mainly: green. Hex color #5B645F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B645F is #A49BA0. Grayscale: #606060. Windows color (decimal): -10787745 or 6251611. OLE color: 6251611.

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

Color convert

RGB 91 100 95 -
CMYK 0.09 0 0.05 0.61
HSL 146.67º 0.05% 0.37% -
HSV(B) 146.67º 0.09% 0.39% -
XYZ 10.94 12.16 12.6 -
YUV 96.74 127.02 123.91 -
System Red Green Blue C M Y K H S L
Decimal 91 100 95 0.09 0 0.05 0.61 146.67 0.05 0.37
Hex 5B 64 5F 9 0 5 3D 93 5 25
Octal 133 144 137 11 0 5 75 223 5 45
Binary 1011011 1100100 1011111 1001 0 101 111101 10010011 101 100101

Color Harmonies of #5B645F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B645F

Black with #5B645F

Text Example


Text Example

White with #5B645F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,100,95); }

 H1.HeaderClassName
 {
   color: #5B645F;
 }
 .AnyTagClassName
 {
   color: #5B645F;
 }
</style>

background-color css

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

 a { background-color: rgb(91,100,95); }

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

border-color css

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

 span { border-color: rgb(91,100,95); }

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