Html Css Color HEX #97857B Almond Frost

📋 copy color: '#97857B'

red 151 ◦ green 133 ◦ blue 123

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

Shades of Almond Frost #97857B

Tints of Almond Frost #97857B

RGB

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

 GREEN value IS 133 (52.34% from 255) = 32.68%

 BLUE value IS 123 (48.44% from 255) = 30.22%

R = 37.1%
G = 32.68%
B = 30.22%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.19

 K value IS 0.41

RGB Variations

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

Color information

#97857B (or 0x97857B) is known color: Almond Frost. HEX triplet: 97, 85 and 7B. RGB value is (151,133,123). Sum of RGB (Red+Green+Blue) = 151+133+123=407 (53% of max value = 765). Red value is 151 (59.38% from 255 or 37.10% from 407); Green value is 133 (52.34% from 255 or 32.68% from 407); Blue value is 123 (48.44% from 255 or 30.22% from 407); Max value from RGB is 151 - color contains mainly: red. Hex color #97857B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #97857B is #687A84. Grayscale: #898989. Windows color (decimal): -6847109 or 8095127. OLE color: 8095127.

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

Color convert

RGB 151 133 123 -
CMYK 0 0.12 0.19 0.41
HSL 21.43º 0.12% 0.54% -
HSV(B) 21.43º 0.19% 0.59% -
XYZ 24.73 24.78 22.22 -
YUV 137.24 119.96 137.81 -
System Red Green Blue C M Y K H S L
Decimal 151 133 123 0 0.12 0.19 0.41 21.43 0.12 0.54
Hex 97 85 7B 0 C 13 29 15 C 36
Octal 227 205 173 0 14 23 51 25 14 66
Binary 10010111 10000101 1111011 0 1100 10011 101001 10101 1100 110110

Color Harmonies of #97857B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97857B

Black with #97857B

Text Example


Text Example

White with #97857B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #97857B; }

 p { color: rgb(151,133,123); }

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

background-color css

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

 a { background-color: rgb(151,133,123); }

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

border-color css

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

 span { border-color: rgb(151,133,123); }

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