Html Css Color HEX #918379 Almond Frost

📋 copy color: '#918379'

red 145 ◦ green 131 ◦ blue 121

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

Shades of Almond Frost #918379

Tints of Almond Frost #918379

RGB

 RED value IS 145 (57.03% from 255) = 36.52%

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

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

R = 36.52%
G = 33%
B = 30.48%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.17

 K value IS 0.43

RGB Variations

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

Color information

#918379 (or 0x918379) is known color: Almond Frost. HEX triplet: 91, 83 and 79. RGB value is (145,131,121). Sum of RGB (Red+Green+Blue) = 145+131+121=397 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.52% from 397); Green value is 131 (51.56% from 255 or 33.00% from 397); Blue value is 121 (47.66% from 255 or 30.48% from 397); Max value from RGB is 145 - color contains mainly: red. Hex color #918379 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918379 is #6E7C86. Grayscale: #868686. Windows color (decimal): -7240839 or 7963537. OLE color: 7963537.

HSL color Cylindrical-coordinate representation of color #918379: hue angle of 25º degrees, saturation: 0.1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #918379 is Cyan = 0, Magento = 0.10, Yellow = 0.17 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 131 121 -
CMYK 0 0.10 0.17 0.43
HSL 25º 0.1% 0.52% -
HSV(B) 25º 0.17% 0.57% -
XYZ 23.24 23.63 21.43 -
YUV 134.05 120.64 135.81 -
System Red Green Blue C M Y K H S L
Decimal 145 131 121 0 0.10 0.17 0.43 25 0.1 0.52
Hex 91 83 79 0 A 11 2B 19 A 34
Octal 221 203 171 0 12 21 53 31 12 64
Binary 10010001 10000011 1111001 0 1010 10001 101011 11001 1010 110100

Color Harmonies of #918379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #918379

Black with #918379

Text Example


Text Example

White with #918379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #918379; }

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

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

background-color css

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

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

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

border-color css

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

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

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