Html Css Color HEX #9C8A71 Pale Oyster

📋 copy color: '#9C8A71'

red 156 ◦ green 138 ◦ blue 113

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

Shades of Pale Oyster #9C8A71

Tints of Pale Oyster #9C8A71

RGB

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

 GREEN value IS 138 (54.3% from 255) = 33.91%

 BLUE value IS 113 (44.53% from 255) = 27.76%

R = 38.33%
G = 33.91%
B = 27.76%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.28

 K value IS 0.39

RGB Variations

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

Color information

#9C8A71 (or 0x9C8A71) is known color: Pale Oyster. HEX triplet: 9C, 8A and 71. RGB value is (156,138,113). Sum of RGB (Red+Green+Blue) = 156+138+113=407 (53% of max value = 765). Red value is 156 (61.33% from 255 or 38.33% from 407); Green value is 138 (54.30% from 255 or 33.91% from 407); Blue value is 113 (44.53% from 255 or 27.76% from 407); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8A71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C8A71 is #63758E. Grayscale: #8C8C8C. Windows color (decimal): -6518159 or 7441052. OLE color: 7441052.

HSL color Cylindrical-coordinate representation of color #9C8A71: hue angle of 34.88º degrees, saturation: 0.18, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9C8A71 is Cyan = 0, Magento = 0.12, Yellow = 0.28 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 138 113 -
CMYK 0 0.12 0.28 0.39
HSL 34.88º 0.18% 0.53% -
HSV(B) 34.88º 0.28% 0.61% -
XYZ 25.78 26.44 19.37 -
YUV 140.53 112.46 139.03 -
System Red Green Blue C M Y K H S L
Decimal 156 138 113 0 0.12 0.28 0.39 34.88 0.18 0.53
Hex 9C 8A 71 0 C 1C 27 23 12 35
Octal 234 212 161 0 14 34 47 43 22 65
Binary 10011100 10001010 1110001 0 1100 11100 100111 100011 10010 110101

Color Harmonies of #9C8A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C8A71

Black with #9C8A71

Text Example


Text Example

White with #9C8A71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,138,113); }

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

background-color css

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

 a { background-color: rgb(156,138,113); }

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

border-color css

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

 span { border-color: rgb(156,138,113); }

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