Html Css Color HEX #9C8F75 Pale Oyster

📋 copy color: '#9C8F75'

red 156 ◦ green 143 ◦ blue 117

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

Shades of Pale Oyster #9C8F75

Tints of Pale Oyster #9C8F75

RGB

 RED value IS 156 (61.33% from 255) = 37.5%

 GREEN value IS 143 (56.25% from 255) = 34.38%

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

R = 37.5%
G = 34.38%
B = 28.13%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.25

 K value IS 0.39

RGB Variations

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

Color information

#9C8F75 (or 0x9C8F75) is known color: Pale Oyster. HEX triplet: 9C, 8F and 75. RGB value is (156,143,117). Sum of RGB (Red+Green+Blue) = 156+143+117=416 (55% of max value = 765). Red value is 156 (61.33% from 255 or 37.5% from 416); Green value is 143 (56.25% from 255 or 34.38% from 416); Blue value is 117 (46.09% from 255 or 28.12% from 416); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8F75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C8F75 is #63708A. Grayscale: #909090. Windows color (decimal): -6516875 or 7704476. OLE color: 7704476.

HSL color Cylindrical-coordinate representation of color #9C8F75: hue angle of 40º degrees, saturation: 0.16, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9C8F75 is Cyan = 0, Magento = 0.08, Yellow = 0.25 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 143 117 -
CMYK 0 0.08 0.25 0.39
HSL 40º 0.16% 0.54% -
HSV(B) 40º 0.25% 0.61% -
XYZ 26.74 28 20.82 -
YUV 143.92 112.81 136.61 -
System Red Green Blue C M Y K H S L
Decimal 156 143 117 0 0.08 0.25 0.39 40 0.16 0.54
Hex 9C 8F 75 0 8 19 27 28 10 36
Octal 234 217 165 0 10 31 47 50 20 66
Binary 10011100 10001111 1110101 0 1000 11001 100111 101000 10000 110110

Color Harmonies of #9C8F75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C8F75

Black with #9C8F75

Text Example


Text Example

White with #9C8F75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,143,117); }

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

background-color css

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

 a { background-color: rgb(156,143,117); }

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

border-color css

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

 span { border-color: rgb(156,143,117); }

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