Html Css Color HEX #51695B Feldgrau

📋 copy color: '#51695B'

red 81 ◦ green 105 ◦ blue 91

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

Shades of Feldgrau #51695B

Tints of Feldgrau #51695B

RGB

 RED value IS 81 (32.03% from 255) = 29.24%

 GREEN value IS 105 (41.41% from 255) = 37.91%

 BLUE value IS 91 (35.94% from 255) = 32.85%

R = 29.24%
G = 37.91%
B = 32.85%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.13

 K value IS 0.59

RGB Variations

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

Color information

#51695B (or 0x51695B) is known color: Feldgrau. HEX triplet: 51, 69 and 5B. RGB value is (81,105,91). Sum of RGB (Red+Green+Blue) = 81+105+91=277 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.24% from 277); Green value is 105 (41.41% from 255 or 37.91% from 277); Blue value is 91 (35.94% from 255 or 32.85% from 277); Max value from RGB is 105 - color contains mainly: green. Hex color #51695B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51695B is #AE96A4. Grayscale: #606060. Windows color (decimal): -11441829 or 5990737. OLE color: 5990737.

HSL color Cylindrical-coordinate representation of color #51695B: hue angle of 145º degrees, saturation: 0.13, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #51695B is Cyan = 0.23, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.59.

Color convert

RGB 81 105 91 -
CMYK 0.23 0 0.13 0.59
HSL 145º 0.13% 0.36% -
HSV(B) 145º 0.23% 0.41% -
XYZ 10.33 12.61 11.79 -
YUV 96.23 125.05 117.14 -
System Red Green Blue C M Y K H S L
Decimal 81 105 91 0.23 0 0.13 0.59 145 0.13 0.36
Hex 51 69 5B 17 0 D 3B 91 D 24
Octal 121 151 133 27 0 15 73 221 15 44
Binary 1010001 1101001 1011011 10111 0 1101 111011 10010001 1101 100100

Color Harmonies of #51695B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51695B

Black with #51695B

Text Example


Text Example

White with #51695B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51695B; }

 p { color: rgb(81,105,91); }

 H1.HeaderClassName
 {
   color: #51695B;
 }
 .AnyTagClassName
 {
   color: #51695B;
 }
</style>

background-color css

<style>
 a { background-color: #51695B; }

 a { background-color: rgb(81,105,91); }

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

border-color css

<style>
 span { border-color: #51695B; }

 span { border-color: rgb(81,105,91); }

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