Html Css Color HEX #9C886D Pale Oyster

📋 copy color: '#9C886D'

red 156 ◦ green 136 ◦ blue 109

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

Shades of Pale Oyster #9C886D

Tints of Pale Oyster #9C886D

RGB

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

 GREEN value IS 136 (53.52% from 255) = 33.92%

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

R = 38.9%
G = 33.92%
B = 27.18%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.30

 K value IS 0.39

RGB Variations

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

Color information

#9C886D (or 0x9C886D) is known color: Pale Oyster. HEX triplet: 9C, 88 and 6D. RGB value is (156,136,109). Sum of RGB (Red+Green+Blue) = 156+136+109=401 (53% of max value = 765). Red value is 156 (61.33% from 255 or 38.90% from 401); Green value is 136 (53.52% from 255 or 33.92% from 401); Blue value is 109 (42.97% from 255 or 27.18% from 401); Max value from RGB is 156 - color contains mainly: red. Hex color #9C886D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C886D is #637792. Grayscale: #8B8B8B. Windows color (decimal): -6518675 or 7178396. OLE color: 7178396.

HSL color Cylindrical-coordinate representation of color #9C886D: hue angle of 34.47º 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 #9C886D is Cyan = 0, Magento = 0.13, Yellow = 0.30 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 136 109 -
CMYK 0 0.13 0.30 0.39
HSL 34.47º 0.19% 0.52% -
HSV(B) 34.47º 0.3% 0.61% -
XYZ 25.27 25.78 18.11 -
YUV 138.9 111.13 140.2 -
System Red Green Blue C M Y K H S L
Decimal 156 136 109 0 0.13 0.30 0.39 34.47 0.19 0.52
Hex 9C 88 6D 0 D 1E 27 22 13 34
Octal 234 210 155 0 15 36 47 42 23 64
Binary 10011100 10001000 1101101 0 1101 11110 100111 100010 10011 110100

Color Harmonies of #9C886D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C886D

Black with #9C886D

Text Example


Text Example

White with #9C886D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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