Html Css Color HEX #958C84 Almond Frost

📋 copy color: '#958C84'

red 149 ◦ green 140 ◦ blue 132

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

Shades of Almond Frost #958C84

Tints of Almond Frost #958C84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 31.35%

R = 35.39%
G = 33.25%
B = 31.35%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.11

 K value IS 0.42

RGB Variations

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

Color information

#958C84 (or 0x958C84) is known color: Almond Frost. HEX triplet: 95, 8C and 84. RGB value is (149,140,132). Sum of RGB (Red+Green+Blue) = 149+140+132=421 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.39% from 421); Green value is 140 (55.08% from 255 or 33.25% from 421); Blue value is 132 (51.95% from 255 or 31.35% from 421); Max value from RGB is 149 - color contains mainly: red. Hex color #958C84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958C84 is #6A737B. Grayscale: #8D8D8D. Windows color (decimal): -6976380 or 8686741. OLE color: 8686741.

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

Color convert

RGB 149 140 132 -
CMYK 0 0.06 0.11 0.42
HSL 28.24º 0.07% 0.55% -
HSV(B) 28.24º 0.11% 0.58% -
XYZ 25.94 26.81 25.64 -
YUV 141.78 122.48 133.15 -
System Red Green Blue C M Y K H S L
Decimal 149 140 132 0 0.06 0.11 0.42 28.24 0.07 0.55
Hex 95 8C 84 0 6 B 2A 1C 7 37
Octal 225 214 204 0 6 13 52 34 7 67
Binary 10010101 10001100 10000100 0 110 1011 101010 11100 111 110111

Color Harmonies of #958C84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958C84

Black with #958C84

Text Example


Text Example

White with #958C84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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