Html Css Color HEX #958983 Almond Frost

📋 copy color: '#958983'

red 149 ◦ green 137 ◦ blue 131

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

Shades of Almond Frost #958983

Tints of Almond Frost #958983

RGB

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

 GREEN value IS 137 (53.91% from 255) = 32.85%

 BLUE value IS 131 (51.56% from 255) = 31.41%

R = 35.73%
G = 32.85%
B = 31.41%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.12

 K value IS 0.42

RGB Variations

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

Color information

#958983 (or 0x958983) is known color: Almond Frost. HEX triplet: 95, 89 and 83. RGB value is (149,137,131). Sum of RGB (Red+Green+Blue) = 149+137+131=417 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.73% from 417); Green value is 137 (53.91% from 255 or 32.85% from 417); Blue value is 131 (51.56% from 255 or 31.41% from 417); Max value from RGB is 149 - color contains mainly: red. Hex color #958983 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958983 is #6A767C. Grayscale: #8B8B8B. Windows color (decimal): -6977149 or 8620437. OLE color: 8620437.

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

Color convert

RGB 149 137 131 -
CMYK 0 0.08 0.12 0.42
HSL 20º 0.08% 0.55% -
HSV(B) 20º 0.12% 0.58% -
XYZ 25.44 25.92 25.14 -
YUV 139.9 122.98 134.49 -
System Red Green Blue C M Y K H S L
Decimal 149 137 131 0 0.08 0.12 0.42 20 0.08 0.55
Hex 95 89 83 0 8 C 2A 14 8 37
Octal 225 211 203 0 10 14 52 24 10 67
Binary 10010101 10001001 10000011 0 1000 1100 101010 10100 1000 110111

Color Harmonies of #958983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958983

Black with #958983

Text Example


Text Example

White with #958983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958983; }

 p { color: rgb(149,137,131); }

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

background-color css

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

 a { background-color: rgb(149,137,131); }

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

border-color css

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

 span { border-color: rgb(149,137,131); }

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