Html Css Color HEX #9B887F Almond Frost

📋 copy color: '#9B887F'

red 155 ◦ green 136 ◦ blue 127

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

Shades of Almond Frost #9B887F

Tints of Almond Frost #9B887F

RGB

 RED value IS 155 (60.94% from 255) = 37.08%

 GREEN value IS 136 (53.52% from 255) = 32.54%

 BLUE value IS 127 (50% from 255) = 30.38%

R = 37.08%
G = 32.54%
B = 30.38%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.18

 K value IS 0.39

RGB Variations

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

Color information

#9B887F (or 0x9B887F) is known color: Almond Frost. HEX triplet: 9B, 88 and 7F. RGB value is (155,136,127). Sum of RGB (Red+Green+Blue) = 155+136+127=418 (55% of max value = 765). Red value is 155 (60.94% from 255 or 37.08% from 418); Green value is 136 (53.52% from 255 or 32.54% from 418); Blue value is 127 (50% from 255 or 30.38% from 418); Max value from RGB is 155 - color contains mainly: red. Hex color #9B887F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B887F is #647780. Grayscale: #8C8C8C. Windows color (decimal): -6584193 or 8358043. OLE color: 8358043.

HSL color Cylindrical-coordinate representation of color #9B887F: hue angle of 19.29º degrees, saturation: 0.12, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9B887F is Cyan = 0, Magento = 0.12, Yellow = 0.18 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 136 127 -
CMYK 0 0.12 0.18 0.39
HSL 19.29º 0.12% 0.55% -
HSV(B) 19.29º 0.18% 0.61% -
XYZ 26.15 26.11 23.74 -
YUV 140.66 120.29 138.23 -
System Red Green Blue C M Y K H S L
Decimal 155 136 127 0 0.12 0.18 0.39 19.29 0.12 0.55
Hex 9B 88 7F 0 C 12 27 13 C 37
Octal 233 210 177 0 14 22 47 23 14 67
Binary 10011011 10001000 1111111 0 1100 10010 100111 10011 1100 110111

Color Harmonies of #9B887F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B887F

Black with #9B887F

Text Example


Text Example

White with #9B887F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,136,127); }

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

background-color css

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

 a { background-color: rgb(155,136,127); }

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

border-color css

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

 span { border-color: rgb(155,136,127); }

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