Html Css Color HEX #958B85 Almond Frost

📋 copy color: '#958B85'

red 149 ◦ green 139 ◦ blue 133

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

Shades of Almond Frost #958B85

Tints of Almond Frost #958B85

RGB

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

 GREEN value IS 139 (54.69% from 255) = 33.02%

 BLUE value IS 133 (52.34% from 255) = 31.59%

R = 35.39%
G = 33.02%
B = 31.59%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.11

 K value IS 0.42

RGB Variations

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

Color information

#958B85 (or 0x958B85) is known color: Almond Frost. HEX triplet: 95, 8B and 85. RGB value is (149,139,133). Sum of RGB (Red+Green+Blue) = 149+139+133=421 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.39% from 421); Green value is 139 (54.69% from 255 or 33.02% from 421); Blue value is 133 (52.34% from 255 or 31.59% from 421); Max value from RGB is 149 - color contains mainly: red. Hex color #958B85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958B85 is #6A747A. Grayscale: #8D8D8D. Windows color (decimal): -6976635 or 8752021. OLE color: 8752021.

HSL color Cylindrical-coordinate representation of color #958B85: hue angle of 22.5º 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 #958B85 is Cyan = 0, Magento = 0.07, Yellow = 0.11 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 139 133 -
CMYK 0 0.07 0.11 0.42
HSL 22.5º 0.07% 0.55% -
HSV(B) 22.5º 0.11% 0.58% -
XYZ 25.86 26.55 25.95 -
YUV 141.31 123.31 133.49 -
System Red Green Blue C M Y K H S L
Decimal 149 139 133 0 0.07 0.11 0.42 22.5 0.07 0.55
Hex 95 8B 85 0 7 B 2A 16 7 37
Octal 225 213 205 0 7 13 52 26 7 67
Binary 10010101 10001011 10000101 0 111 1011 101010 10110 111 110111

Color Harmonies of #958B85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958B85

Black with #958B85

Text Example


Text Example

White with #958B85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,139,133); }

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

background-color css

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

 a { background-color: rgb(149,139,133); }

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

border-color css

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

 span { border-color: rgb(149,139,133); }

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