Html Css Color HEX #958C87 Almond Frost

📋 copy color: '#958C87'

red 149 ◦ green 140 ◦ blue 135

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

Shades of Almond Frost #958C87

Tints of Almond Frost #958C87

RGB

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

 GREEN value IS 140 (55.08% from 255) = 33.02%

 BLUE value IS 135 (53.13% from 255) = 31.84%

R = 35.14%
G = 33.02%
B = 31.84%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.09

 K value IS 0.42

RGB Variations

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

Color information

#958C87 (or 0x958C87) is known color: Almond Frost. HEX triplet: 95, 8C and 87. RGB value is (149,140,135). Sum of RGB (Red+Green+Blue) = 149+140+135=424 (56% of max value = 765). Red value is 149 (58.59% from 255 or 35.14% from 424); Green value is 140 (55.08% from 255 or 33.02% from 424); Blue value is 135 (53.12% from 255 or 31.84% from 424); Max value from RGB is 149 - color contains mainly: red. Hex color #958C87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958C87 is #6A7378. Grayscale: #8E8E8E. Windows color (decimal): -6976377 or 8883349. OLE color: 8883349.

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

Color convert

RGB 149 140 135 -
CMYK 0 0.06 0.09 0.42
HSL 21.43º 0.06% 0.56% -
HSV(B) 21.43º 0.09% 0.58% -
XYZ 26.15 26.9 26.73 -
YUV 142.12 123.98 132.91 -
System Red Green Blue C M Y K H S L
Decimal 149 140 135 0 0.06 0.09 0.42 21.43 0.06 0.56
Hex 95 8C 87 0 6 9 2A 15 6 38
Octal 225 214 207 0 6 11 52 25 6 70
Binary 10010101 10001100 10000111 0 110 1001 101010 10101 110 111000

Color Harmonies of #958C87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958C87

Black with #958C87

Text Example


Text Example

White with #958C87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958C87; }

 p { color: rgb(149,140,135); }

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

background-color css

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

 a { background-color: rgb(149,140,135); }

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

border-color css

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

 span { border-color: rgb(149,140,135); }

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