Html Css Color HEX #9F877B Almond Frost

📋 copy color: '#9F877B'

red 159 ◦ green 135 ◦ blue 123

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

Shades of Almond Frost #9F877B

Tints of Almond Frost #9F877B

RGB

 RED value IS 159 (62.5% from 255) = 38.13%

 GREEN value IS 135 (53.13% from 255) = 32.37%

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

R = 38.13%
G = 32.37%
B = 29.5%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.23

 K value IS 0.38

RGB Variations

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

Color information

#9F877B (or 0x9F877B) is known color: Almond Frost. HEX triplet: 9F, 87 and 7B. RGB value is (159,135,123). Sum of RGB (Red+Green+Blue) = 159+135+123=417 (55% of max value = 765). Red value is 159 (62.5% from 255 or 38.13% from 417); Green value is 135 (53.12% from 255 or 32.37% from 417); Blue value is 123 (48.44% from 255 or 29.50% from 417); Max value from RGB is 159 - color contains mainly: red. Hex color #9F877B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F877B is #607884. Grayscale: #8C8C8C. Windows color (decimal): -6322309 or 8095647. OLE color: 8095647.

HSL color Cylindrical-coordinate representation of color #9F877B: hue angle of 20º degrees, saturation: 0.16, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9F877B is Cyan = 0, Magento = 0.15, Yellow = 0.23 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 135 123 -
CMYK 0 0.15 0.23 0.38
HSL 20º 0.16% 0.55% -
HSV(B) 20º 0.23% 0.62% -
XYZ 26.54 26.13 22.38 -
YUV 140.81 117.95 140.98 -
System Red Green Blue C M Y K H S L
Decimal 159 135 123 0 0.15 0.23 0.38 20 0.16 0.55
Hex 9F 87 7B 0 F 17 26 14 10 37
Octal 237 207 173 0 17 27 46 24 20 67
Binary 10011111 10000111 1111011 0 1111 10111 100110 10100 10000 110111

Color Harmonies of #9F877B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F877B

Black with #9F877B

Text Example


Text Example

White with #9F877B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9F877B; }

 p { color: rgb(159,135,123); }

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

background-color css

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

 a { background-color: rgb(159,135,123); }

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

border-color css

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

 span { border-color: rgb(159,135,123); }

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