Html Css Color HEX #516040 Cabbage Pont

📋 copy color: '#516040'

red 81 ◦ green 96 ◦ blue 64

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

Shades of Cabbage Pont #516040

Tints of Cabbage Pont #516040

RGB

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

 GREEN value IS 96 (37.89% from 255) = 39.83%

 BLUE value IS 64 (25.39% from 255) = 26.56%

R = 33.61%
G = 39.83%
B = 26.56%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.33

 K value IS 0.62

RGB Variations

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

Color information

#516040 (or 0x516040) is known color: Cabbage Pont. HEX triplet: 51, 60 and 40. RGB value is (81,96,64). Sum of RGB (Red+Green+Blue) = 81+96+64=241 (31% of max value = 765). Red value is 81 (32.03% from 255 or 33.61% from 241); Green value is 96 (37.89% from 255 or 39.83% from 241); Blue value is 64 (25.39% from 255 or 26.56% from 241); Max value from RGB is 96 - color contains mainly: green. Hex color #516040 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #516040 is #AE9FBF. Grayscale: #575757. Windows color (decimal): -11444160 or 4218961. OLE color: 4218961.

HSL color Cylindrical-coordinate representation of color #516040: hue angle of 88.12º degrees, saturation: 0.2, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #516040 is Cyan = 0.16, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.62.

Color convert

RGB 81 96 64 -
CMYK 0.16 0 0.33 0.62
HSL 88.13º 0.2% 0.31% -
HSV(B) 88.13º 0.33% 0.38% -
XYZ 8.5 10.49 6.43 -
YUV 87.87 114.53 123.1 -
System Red Green Blue C M Y K H S L
Decimal 81 96 64 0.16 0 0.33 0.62 88.13 0.2 0.31
Hex 51 60 40 10 0 21 3E 58 14 1F
Octal 121 140 100 20 0 41 76 130 24 37
Binary 1010001 1100000 1000000 10000 0 100001 111110 1011000 10100 11111

Color Harmonies of #516040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516040

Black with #516040

Text Example


Text Example

White with #516040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516040; }

 p { color: rgb(81,96,64); }

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

background-color css

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

 a { background-color: rgb(81,96,64); }

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

border-color css

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

 span { border-color: rgb(81,96,64); }

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