Html Css Color HEX #958680 Almond Frost

📋 copy color: '#958680'

red 149 ◦ green 134 ◦ blue 128

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

Shades of Almond Frost #958680

Tints of Almond Frost #958680

RGB

 RED value IS 149 (58.59% from 255) = 36.25%

 GREEN value IS 134 (52.73% from 255) = 32.6%

 BLUE value IS 128 (50.39% from 255) = 31.14%

R = 36.25%
G = 32.6%
B = 31.14%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.14

 K value IS 0.42

RGB Variations

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

Color information

#958680 (or 0x958680) is known color: Almond Frost. HEX triplet: 95, 86 and 80. RGB value is (149,134,128). Sum of RGB (Red+Green+Blue) = 149+134+128=411 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.25% from 411); Green value is 134 (52.73% from 255 or 32.60% from 411); Blue value is 128 (50.39% from 255 or 31.14% from 411); Max value from RGB is 149 - color contains mainly: red. Hex color #958680 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958680 is #6A797F. Grayscale: #898989. Windows color (decimal): -6977920 or 8423061. OLE color: 8423061.

HSL color Cylindrical-coordinate representation of color #958680: hue angle of 17.14º degrees, saturation: 0.09, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #958680 is Cyan = 0, Magento = 0.10, Yellow = 0.14 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 134 128 -
CMYK 0 0.10 0.14 0.42
HSL 17.14º 0.09% 0.54% -
HSV(B) 17.14º 0.14% 0.58% -
XYZ 24.82 25 23.94 -
YUV 137.8 122.47 135.99 -
System Red Green Blue C M Y K H S L
Decimal 149 134 128 0 0.10 0.14 0.42 17.14 0.09 0.54
Hex 95 86 80 0 A E 2A 11 9 36
Octal 225 206 200 0 12 16 52 21 11 66
Binary 10010101 10000110 10000000 0 1010 1110 101010 10001 1001 110110

Color Harmonies of #958680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958680

Black with #958680

Text Example


Text Example

White with #958680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958680; }

 p { color: rgb(149,134,128); }

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

background-color css

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

 a { background-color: rgb(149,134,128); }

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

border-color css

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

 span { border-color: rgb(149,134,128); }

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