Html Css Color HEX #978371 Almond Frost

📋 copy color: '#978371'

red 151 ◦ green 131 ◦ blue 113

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

Shades of Almond Frost #978371

Tints of Almond Frost #978371

RGB

 RED value IS 151 (59.38% from 255) = 38.23%

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

 BLUE value IS 113 (44.53% from 255) = 28.61%

R = 38.23%
G = 33.16%
B = 28.61%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.25

 K value IS 0.41

RGB Variations

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

Color information

#978371 (or 0x978371) is known color: Almond Frost. HEX triplet: 97, 83 and 71. RGB value is (151,131,113). Sum of RGB (Red+Green+Blue) = 151+131+113=395 (52% of max value = 765). Red value is 151 (59.38% from 255 or 38.23% from 395); Green value is 131 (51.56% from 255 or 33.16% from 395); Blue value is 113 (44.53% from 255 or 28.61% from 395); Max value from RGB is 151 - color contains mainly: red. Hex color #978371 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #978371 is #687C8E. Grayscale: #878787. Windows color (decimal): -6847631 or 7439255. OLE color: 7439255.

HSL color Cylindrical-coordinate representation of color #978371: hue angle of 28.42º degrees, saturation: 0.15, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #978371 is Cyan = 0, Magento = 0.13, Yellow = 0.25 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 131 113 -
CMYK 0 0.13 0.25 0.41
HSL 28.42º 0.15% 0.52% -
HSV(B) 28.42º 0.25% 0.59% -
XYZ 23.86 24 19 -
YUV 134.93 115.63 139.46 -
System Red Green Blue C M Y K H S L
Decimal 151 131 113 0 0.13 0.25 0.41 28.42 0.15 0.52
Hex 97 83 71 0 D 19 29 1C F 34
Octal 227 203 161 0 15 31 51 34 17 64
Binary 10010111 10000011 1110001 0 1101 11001 101001 11100 1111 110100

Color Harmonies of #978371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #978371

Black with #978371

Text Example


Text Example

White with #978371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #978371; }

 p { color: rgb(151,131,113); }

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

background-color css

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

 a { background-color: rgb(151,131,113); }

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

border-color css

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

 span { border-color: rgb(151,131,113); }

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