Html Css Color HEX #978673 Almond Frost

📋 copy color: '#978673'

red 151 ◦ green 134 ◦ blue 115

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

Shades of Almond Frost #978673

Tints of Almond Frost #978673

RGB

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

 GREEN value IS 134 (52.73% from 255) = 33.5%

 BLUE value IS 115 (45.31% from 255) = 28.75%

R = 37.75%
G = 33.5%
B = 28.75%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.24

 K value IS 0.41

RGB Variations

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

Color information

#978673 (or 0x978673) is known color: Almond Frost. HEX triplet: 97, 86 and 73. RGB value is (151,134,115). Sum of RGB (Red+Green+Blue) = 151+134+115=400 (52% of max value = 765). Red value is 151 (59.38% from 255 or 37.75% from 400); Green value is 134 (52.73% from 255 or 33.5% from 400); Blue value is 115 (45.31% from 255 or 28.75% from 400); Max value from RGB is 151 - color contains mainly: red. Hex color #978673 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #978673 is #68798C. Grayscale: #898989. Windows color (decimal): -6846861 or 7571095. OLE color: 7571095.

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

Color convert

RGB 151 134 115 -
CMYK 0 0.11 0.24 0.41
HSL 31.67º 0.15% 0.52% -
HSV(B) 31.67º 0.24% 0.59% -
XYZ 24.38 24.87 19.73 -
YUV 136.92 115.63 138.04 -
System Red Green Blue C M Y K H S L
Decimal 151 134 115 0 0.11 0.24 0.41 31.67 0.15 0.52
Hex 97 86 73 0 B 18 29 20 F 34
Octal 227 206 163 0 13 30 51 40 17 64
Binary 10010111 10000110 1110011 0 1011 11000 101001 100000 1111 110100

Color Harmonies of #978673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #978673

Black with #978673

Text Example


Text Example

White with #978673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #978673; }

 p { color: rgb(151,134,115); }

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

background-color css

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

 a { background-color: rgb(151,134,115); }

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

border-color css

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

 span { border-color: rgb(151,134,115); }

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