Html Css Color HEX #9C8C6C Pale Oyster

📋 copy color: '#9C8C6C'

red 156 ◦ green 140 ◦ blue 108

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

Shades of Pale Oyster #9C8C6C

Tints of Pale Oyster #9C8C6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 26.73%

R = 38.61%
G = 34.65%
B = 26.73%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.31

 K value IS 0.39

RGB Variations

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

Color information

#9C8C6C (or 0x9C8C6C) is known color: Pale Oyster. HEX triplet: 9C, 8C and 6C. RGB value is (156,140,108). Sum of RGB (Red+Green+Blue) = 156+140+108=404 (53% of max value = 765). Red value is 156 (61.33% from 255 or 38.61% from 404); Green value is 140 (55.08% from 255 or 34.65% from 404); Blue value is 108 (42.58% from 255 or 26.73% from 404); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8C6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C8C6C is #637393. Grayscale: #8D8D8D. Windows color (decimal): -6517652 or 7113884. OLE color: 7113884.

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

Color convert

RGB 156 140 108 -
CMYK 0 0.10 0.31 0.39
HSL 40º 0.2% 0.52% -
HSV(B) 40º 0.31% 0.61% -
XYZ 25.8 26.91 18.02 -
YUV 141.14 109.3 138.6 -
System Red Green Blue C M Y K H S L
Decimal 156 140 108 0 0.10 0.31 0.39 40 0.2 0.52
Hex 9C 8C 6C 0 A 1F 27 28 14 34
Octal 234 214 154 0 12 37 47 50 24 64
Binary 10011100 10001100 1101100 0 1010 11111 100111 101000 10100 110100

Color Harmonies of #9C8C6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C8C6C

Black with #9C8C6C

Text Example


Text Example

White with #9C8C6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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