Html Css Color HEX #958379 Almond Frost

📋 copy color: '#958379'

red 149 ◦ green 131 ◦ blue 121

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

Shades of Almond Frost #958379

Tints of Almond Frost #958379

RGB

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

 GREEN value IS 131 (51.56% from 255) = 32.67%

 BLUE value IS 121 (47.66% from 255) = 30.17%

R = 37.16%
G = 32.67%
B = 30.17%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.19

 K value IS 0.42

RGB Variations

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

Color information

#958379 (or 0x958379) is known color: Almond Frost. HEX triplet: 95, 83 and 79. RGB value is (149,131,121). Sum of RGB (Red+Green+Blue) = 149+131+121=401 (53% of max value = 765). Red value is 149 (58.59% from 255 or 37.16% from 401); Green value is 131 (51.56% from 255 or 32.67% from 401); Blue value is 121 (47.66% from 255 or 30.17% from 401); Max value from RGB is 149 - color contains mainly: red. Hex color #958379 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958379 is #6A7C86. Grayscale: #878787. Windows color (decimal): -6978695 or 7963541. OLE color: 7963541.

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

Color convert

RGB 149 131 121 -
CMYK 0 0.12 0.19 0.42
HSL 21.43º 0.12% 0.53% -
HSV(B) 21.43º 0.19% 0.58% -
XYZ 23.96 24 21.46 -
YUV 135.24 119.96 137.81 -
System Red Green Blue C M Y K H S L
Decimal 149 131 121 0 0.12 0.19 0.42 21.43 0.12 0.53
Hex 95 83 79 0 C 13 2A 15 C 35
Octal 225 203 171 0 14 23 52 25 14 65
Binary 10010101 10000011 1111001 0 1100 10011 101010 10101 1100 110101

Color Harmonies of #958379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958379

Black with #958379

Text Example


Text Example

White with #958379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958379; }

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

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

background-color css

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

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

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

border-color css

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

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

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