Html Css Color HEX #9F8C75 Mongoose

📋 copy color: '#9F8C75'

red 159 ◦ green 140 ◦ blue 117

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

Shades of Mongoose #9F8C75

Tints of Mongoose #9F8C75

RGB

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

 GREEN value IS 140 (55.08% from 255) = 33.65%

 BLUE value IS 117 (46.09% from 255) = 28.13%

R = 38.22%
G = 33.65%
B = 28.13%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.26

 K value IS 0.38

RGB Variations

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

Color information

#9F8C75 (or 0x9F8C75) is known color: Mongoose. HEX triplet: 9F, 8C and 75. RGB value is (159,140,117). Sum of RGB (Red+Green+Blue) = 159+140+117=416 (55% of max value = 765). Red value is 159 (62.5% from 255 or 38.22% from 416); Green value is 140 (55.08% from 255 or 33.65% from 416); Blue value is 117 (46.09% from 255 or 28.12% from 416); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8C75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F8C75 is #60738A. Grayscale: #8F8F8F. Windows color (decimal): -6321035 or 7703711. OLE color: 7703711.

HSL color Cylindrical-coordinate representation of color #9F8C75: hue angle of 32.86º degrees, saturation: 0.18, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9F8C75 is Cyan = 0, Magento = 0.12, Yellow = 0.26 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 140 117 -
CMYK 0 0.12 0.26 0.38
HSL 32.86º 0.18% 0.54% -
HSV(B) 32.86º 0.26% 0.62% -
XYZ 26.89 27.41 20.7 -
YUV 143.06 113.29 139.37 -
System Red Green Blue C M Y K H S L
Decimal 159 140 117 0 0.12 0.26 0.38 32.86 0.18 0.54
Hex 9F 8C 75 0 C 1A 26 21 12 36
Octal 237 214 165 0 14 32 46 41 22 66
Binary 10011111 10001100 1110101 0 1100 11010 100110 100001 10010 110110

Color Harmonies of #9F8C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F8C75

Black with #9F8C75

Text Example


Text Example

White with #9F8C75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,140,117); }

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

background-color css

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

 a { background-color: rgb(159,140,117); }

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

border-color css

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

 span { border-color: rgb(159,140,117); }

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