Html Css Color HEX #958475 Almond Frost

📋 copy color: '#958475'

red 149 ◦ green 132 ◦ blue 117

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

Shades of Almond Frost #958475

Tints of Almond Frost #958475

RGB

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

 GREEN value IS 132 (51.95% from 255) = 33.17%

 BLUE value IS 117 (46.09% from 255) = 29.4%

R = 37.44%
G = 33.17%
B = 29.4%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.21

 K value IS 0.42

RGB Variations

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

Color information

#958475 (or 0x958475) is known color: Almond Frost. HEX triplet: 95, 84 and 75. RGB value is (149,132,117). Sum of RGB (Red+Green+Blue) = 149+132+117=398 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.44% from 398); Green value is 132 (51.95% from 255 or 33.17% from 398); Blue value is 117 (46.09% from 255 or 29.40% from 398); Max value from RGB is 149 - color contains mainly: red. Hex color #958475 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958475 is #6A7B8A. Grayscale: #878787. Windows color (decimal): -6978443 or 7701653. OLE color: 7701653.

HSL color Cylindrical-coordinate representation of color #958475: hue angle of 28.12º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #958475 is Cyan = 0, Magento = 0.11, Yellow = 0.21 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 132 117 -
CMYK 0 0.11 0.21 0.42
HSL 28.13º 0.13% 0.52% -
HSV(B) 28.13º 0.21% 0.58% -
XYZ 23.86 24.18 20.24 -
YUV 135.37 117.63 137.72 -
System Red Green Blue C M Y K H S L
Decimal 149 132 117 0 0.11 0.21 0.42 28.13 0.13 0.52
Hex 95 84 75 0 B 15 2A 1C D 34
Octal 225 204 165 0 13 25 52 34 15 64
Binary 10010101 10000100 1110101 0 1011 10101 101010 11100 1101 110100

Color Harmonies of #958475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958475

Black with #958475

Text Example


Text Example

White with #958475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958475; }

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

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

background-color css

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

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

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

border-color css

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

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

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