Html Css Color HEX #9C8C79 Pale Oyster

📋 copy color: '#9C8C79'

red 156 ◦ green 140 ◦ blue 121

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

Shades of Pale Oyster #9C8C79

Tints of Pale Oyster #9C8C79

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 29.02%

R = 37.41%
G = 33.57%
B = 29.02%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.22

 K value IS 0.39

RGB Variations

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

Color information

#9C8C79 (or 0x9C8C79) is known color: Pale Oyster. HEX triplet: 9C, 8C and 79. RGB value is (156,140,121). Sum of RGB (Red+Green+Blue) = 156+140+121=417 (55% of max value = 765). Red value is 156 (61.33% from 255 or 37.41% from 417); Green value is 140 (55.08% from 255 or 33.57% from 417); Blue value is 121 (47.66% from 255 or 29.02% from 417); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8C79 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C8C79 is #637386. Grayscale: #8E8E8E. Windows color (decimal): -6517639 or 7965852. OLE color: 7965852.

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

Color convert

RGB 156 140 121 -
CMYK 0 0.10 0.22 0.39
HSL 32.57º 0.15% 0.54% -
HSV(B) 32.57º 0.22% 0.61% -
XYZ 26.54 27.2 21.94 -
YUV 142.62 115.8 137.54 -
System Red Green Blue C M Y K H S L
Decimal 156 140 121 0 0.10 0.22 0.39 32.57 0.15 0.54
Hex 9C 8C 79 0 A 16 27 21 F 36
Octal 234 214 171 0 12 26 47 41 17 66
Binary 10011100 10001100 1111001 0 1010 10110 100111 100001 1111 110110

Color Harmonies of #9C8C79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C8C79

Black with #9C8C79

Text Example


Text Example

White with #9C8C79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,140,121); }

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

background-color css

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

 a { background-color: rgb(156,140,121); }

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

border-color css

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

 span { border-color: rgb(156,140,121); }

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