Html Css Color HEX #51685B Feldgrau

📋 copy color: '#51685B'

red 81 ◦ green 104 ◦ blue 91

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

Shades of Feldgrau #51685B

Tints of Feldgrau #51685B

RGB

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

 GREEN value IS 104 (41.02% from 255) = 37.68%

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

R = 29.35%
G = 37.68%
B = 32.97%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.12

 K value IS 0.59

RGB Variations

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

Color information

#51685B (or 0x51685B) is known color: Feldgrau. HEX triplet: 51, 68 and 5B. RGB value is (81,104,91). Sum of RGB (Red+Green+Blue) = 81+104+91=276 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.35% from 276); Green value is 104 (41.02% from 255 or 37.68% from 276); Blue value is 91 (35.94% from 255 or 32.97% from 276); Max value from RGB is 104 - color contains mainly: green. Hex color #51685B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51685B is #AE97A4. Grayscale: #5F5F5F. Windows color (decimal): -11442085 or 5990481. OLE color: 5990481.

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

Color convert

RGB 81 104 91 -
CMYK 0.22 0 0.12 0.59
HSL 146.09º 0.12% 0.36% -
HSV(B) 146.09º 0.22% 0.41% -
XYZ 10.23 12.41 11.75 -
YUV 95.64 125.38 117.56 -
System Red Green Blue C M Y K H S L
Decimal 81 104 91 0.22 0 0.12 0.59 146.09 0.12 0.36
Hex 51 68 5B 16 0 C 3B 92 C 24
Octal 121 150 133 26 0 14 73 222 14 44
Binary 1010001 1101000 1011011 10110 0 1100 111011 10010010 1100 100100

Color Harmonies of #51685B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51685B

Black with #51685B

Text Example


Text Example

White with #51685B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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