Html Css Color HEX #9B867E Almond Frost

📋 copy color: '#9B867E'

red 155 ◦ green 134 ◦ blue 126

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

Shades of Almond Frost #9B867E

Tints of Almond Frost #9B867E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 30.36%

R = 37.35%
G = 32.29%
B = 30.36%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.19

 K value IS 0.39

RGB Variations

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

Color information

#9B867E (or 0x9B867E) is known color: Almond Frost. HEX triplet: 9B, 86 and 7E. RGB value is (155,134,126). Sum of RGB (Red+Green+Blue) = 155+134+126=415 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.35% from 415); Green value is 134 (52.73% from 255 or 32.29% from 415); Blue value is 126 (49.61% from 255 or 30.36% from 415); Max value from RGB is 155 - color contains mainly: red. Hex color #9B867E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B867E is #647981. Grayscale: #8B8B8B. Windows color (decimal): -6584706 or 8291995. OLE color: 8291995.

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

Color convert

RGB 155 134 126 -
CMYK 0 0.14 0.19 0.39
HSL 16.55º 0.13% 0.55% -
HSV(B) 16.55º 0.19% 0.61% -
XYZ 25.81 25.53 23.31 -
YUV 139.37 120.46 139.15 -
System Red Green Blue C M Y K H S L
Decimal 155 134 126 0 0.14 0.19 0.39 16.55 0.13 0.55
Hex 9B 86 7E 0 E 13 27 11 D 37
Octal 233 206 176 0 16 23 47 21 15 67
Binary 10011011 10000110 1111110 0 1110 10011 100111 10001 1101 110111

Color Harmonies of #9B867E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B867E

Black with #9B867E

Text Example


Text Example

White with #9B867E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,134,126); }

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

background-color css

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

 a { background-color: rgb(155,134,126); }

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

border-color css

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

 span { border-color: rgb(155,134,126); }

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