Html Css Color HEX #928376 Almond Frost

📋 copy color: '#928376'

red 146 ◦ green 131 ◦ blue 118

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

Shades of Almond Frost #928376

Tints of Almond Frost #928376

RGB

 RED value IS 146 (57.42% from 255) = 36.96%

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

 BLUE value IS 118 (46.48% from 255) = 29.87%

R = 36.96%
G = 33.16%
B = 29.87%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.19

 K value IS 0.43

RGB Variations

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

Color information

#928376 (or 0x928376) is known color: Almond Frost. HEX triplet: 92, 83 and 76. RGB value is (146,131,118). Sum of RGB (Red+Green+Blue) = 146+131+118=395 (52% of max value = 765). Red value is 146 (57.42% from 255 or 36.96% from 395); Green value is 131 (51.56% from 255 or 33.16% from 395); Blue value is 118 (46.48% from 255 or 29.87% from 395); Max value from RGB is 146 - color contains mainly: red. Hex color #928376 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928376 is #6D7C89. Grayscale: #868686. Windows color (decimal): -7175306 or 7766930. OLE color: 7766930.

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

Color convert

RGB 146 131 118 -
CMYK 0 0.10 0.19 0.43
HSL 27.86º 0.11% 0.52% -
HSV(B) 27.86º 0.19% 0.57% -
XYZ 23.24 23.65 20.48 -
YUV 134 118.97 136.56 -
System Red Green Blue C M Y K H S L
Decimal 146 131 118 0 0.10 0.19 0.43 27.86 0.11 0.52
Hex 92 83 76 0 A 13 2B 1C B 34
Octal 222 203 166 0 12 23 53 34 13 64
Binary 10010010 10000011 1110110 0 1010 10011 101011 11100 1011 110100

Color Harmonies of #928376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #928376

Black with #928376

Text Example


Text Example

White with #928376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #928376; }

 p { color: rgb(146,131,118); }

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

background-color css

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

 a { background-color: rgb(146,131,118); }

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

border-color css

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

 span { border-color: rgb(146,131,118); }

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