Html Css Color HEX #516343 Cabbage Pont

📋 copy color: '#516343'

red 81 ◦ green 99 ◦ blue 67

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

Shades of Cabbage Pont #516343

Tints of Cabbage Pont #516343

RGB

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

 GREEN value IS 99 (39.06% from 255) = 40.08%

 BLUE value IS 67 (26.56% from 255) = 27.13%

R = 32.79%
G = 40.08%
B = 27.13%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.32

 K value IS 0.61

RGB Variations

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

Color information

#516343 (or 0x516343) is known color: Cabbage Pont. HEX triplet: 51, 63 and 43. RGB value is (81,99,67). Sum of RGB (Red+Green+Blue) = 81+99+67=247 (32% of max value = 765). Red value is 81 (32.03% from 255 or 32.79% from 247); Green value is 99 (39.06% from 255 or 40.08% from 247); Blue value is 67 (26.56% from 255 or 27.13% from 247); Max value from RGB is 99 - color contains mainly: green. Hex color #516343 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #516343 is #AE9CBC. Grayscale: #5A5A5A. Windows color (decimal): -11443389 or 4416337. OLE color: 4416337.

HSL color Cylindrical-coordinate representation of color #516343: hue angle of 93.75º degrees, saturation: 0.19, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #516343 is Cyan = 0.18, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.61.

Color convert

RGB 81 99 67 -
CMYK 0.18 0 0.32 0.61
HSL 93.75º 0.19% 0.33% -
HSV(B) 93.75º 0.32% 0.39% -
XYZ 8.87 11.08 6.98 -
YUV 89.97 115.04 121.6 -
System Red Green Blue C M Y K H S L
Decimal 81 99 67 0.18 0 0.32 0.61 93.75 0.19 0.33
Hex 51 63 43 12 0 20 3D 5E 13 21
Octal 121 143 103 22 0 40 75 136 23 41
Binary 1010001 1100011 1000011 10010 0 100000 111101 1011110 10011 100001

Color Harmonies of #516343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516343

Black with #516343

Text Example


Text Example

White with #516343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516343; }

 p { color: rgb(81,99,67); }

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

background-color css

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

 a { background-color: rgb(81,99,67); }

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

border-color css

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

 span { border-color: rgb(81,99,67); }

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