Html Css Color HEX #9C8C6D Pale Oyster

📋 copy color: '#9C8C6D'

red 156 ◦ green 140 ◦ blue 109

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

Shades of Pale Oyster #9C8C6D

Tints of Pale Oyster #9C8C6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 26.91%

R = 38.52%
G = 34.57%
B = 26.91%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.30

 K value IS 0.39

RGB Variations

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

Color information

#9C8C6D (or 0x9C8C6D) is known color: Pale Oyster. HEX triplet: 9C, 8C and 6D. RGB value is (156,140,109). Sum of RGB (Red+Green+Blue) = 156+140+109=405 (53% of max value = 765). Red value is 156 (61.33% from 255 or 38.52% from 405); Green value is 140 (55.08% from 255 or 34.57% from 405); Blue value is 109 (42.97% from 255 or 26.91% from 405); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8C6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C8C6D is #637392. Grayscale: #8D8D8D. Windows color (decimal): -6517651 or 7179420. OLE color: 7179420.

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

Color convert

RGB 156 140 109 -
CMYK 0 0.10 0.30 0.39
HSL 39.57º 0.19% 0.52% -
HSV(B) 39.57º 0.3% 0.61% -
XYZ 25.85 26.93 18.3 -
YUV 141.25 109.8 138.52 -
System Red Green Blue C M Y K H S L
Decimal 156 140 109 0 0.10 0.30 0.39 39.57 0.19 0.52
Hex 9C 8C 6D 0 A 1E 27 28 13 34
Octal 234 214 155 0 12 36 47 50 23 64
Binary 10011100 10001100 1101101 0 1010 11110 100111 101000 10011 110100

Color Harmonies of #9C8C6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C8C6D

Black with #9C8C6D

Text Example


Text Example

White with #9C8C6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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