Html Css Color HEX #958474 Almond Frost

📋 copy color: '#958474'

red 149 ◦ green 132 ◦ blue 116

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

Shades of Almond Frost #958474

Tints of Almond Frost #958474

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 29.22%

R = 37.53%
G = 33.25%
B = 29.22%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.22

 K value IS 0.42

RGB Variations

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

Color information

#958474 (or 0x958474) is known color: Almond Frost. HEX triplet: 95, 84 and 74. RGB value is (149,132,116). Sum of RGB (Red+Green+Blue) = 149+132+116=397 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.53% from 397); Green value is 132 (51.95% from 255 or 33.25% from 397); Blue value is 116 (45.70% from 255 or 29.22% from 397); Max value from RGB is 149 - color contains mainly: red. Hex color #958474 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958474 is #6A7B8B. Grayscale: #878787. Windows color (decimal): -6978444 or 7636117. OLE color: 7636117.

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

Color convert

RGB 149 132 116 -
CMYK 0 0.11 0.22 0.42
HSL 29.09º 0.13% 0.52% -
HSV(B) 29.09º 0.22% 0.58% -
XYZ 23.8 24.15 19.93 -
YUV 135.26 117.13 137.8 -
System Red Green Blue C M Y K H S L
Decimal 149 132 116 0 0.11 0.22 0.42 29.09 0.13 0.52
Hex 95 84 74 0 B 16 2A 1D D 34
Octal 225 204 164 0 13 26 52 35 15 64
Binary 10010101 10000100 1110100 0 1011 10110 101010 11101 1101 110100

Color Harmonies of #958474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958474

Black with #958474

Text Example


Text Example

White with #958474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958474; }

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

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

background-color css

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

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

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

border-color css

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

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

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