Html Css Color HEX #9F886F Sandal

📋 copy color: '#9F886F'

red 159 ◦ green 136 ◦ blue 111

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

Shades of Sandal #9F886F

Tints of Sandal #9F886F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 27.34%

R = 39.16%
G = 33.5%
B = 27.34%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.30

 K value IS 0.38

RGB Variations

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

Color information

#9F886F (or 0x9F886F) is known color: Sandal. HEX triplet: 9F, 88 and 6F. RGB value is (159,136,111). Sum of RGB (Red+Green+Blue) = 159+136+111=406 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.16% from 406); Green value is 136 (53.52% from 255 or 33.50% from 406); Blue value is 111 (43.75% from 255 or 27.34% from 406); Max value from RGB is 159 - color contains mainly: red. Hex color #9F886F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F886F is #607790. Grayscale: #8C8C8C. Windows color (decimal): -6322065 or 7309471. OLE color: 7309471.

HSL color Cylindrical-coordinate representation of color #9F886F: hue angle of 31.25º degrees, saturation: 0.2, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9F886F is Cyan = 0, Magento = 0.14, Yellow = 0.30 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 136 111 -
CMYK 0 0.14 0.30 0.38
HSL 31.25º 0.2% 0.53% -
HSV(B) 31.25º 0.3% 0.62% -
XYZ 25.97 26.13 18.71 -
YUV 140.03 111.62 141.53 -
System Red Green Blue C M Y K H S L
Decimal 159 136 111 0 0.14 0.30 0.38 31.25 0.2 0.53
Hex 9F 88 6F 0 E 1E 26 1F 14 35
Octal 237 210 157 0 16 36 46 37 24 65
Binary 10011111 10001000 1101111 0 1110 11110 100110 11111 10100 110101

Color Harmonies of #9F886F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F886F

Black with #9F886F

Text Example


Text Example

White with #9F886F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,136,111); }

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

background-color css

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

 a { background-color: rgb(159,136,111); }

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

border-color css

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

 span { border-color: rgb(159,136,111); }

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