Html Css Color HEX #9D8D66 Pale Oyster

📋 copy color: '#9D8D66'

red 157 ◦ green 141 ◦ blue 102

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

Shades of Pale Oyster #9D8D66

Tints of Pale Oyster #9D8D66

RGB

 RED value IS 157 (61.72% from 255) = 39.25%

 GREEN value IS 141 (55.47% from 255) = 35.25%

 BLUE value IS 102 (40.23% from 255) = 25.5%

R = 39.25%
G = 35.25%
B = 25.5%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.35

 K value IS 0.38

RGB Variations

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

Color information

#9D8D66 (or 0x9D8D66) is known color: Pale Oyster. HEX triplet: 9D, 8D and 66. RGB value is (157,141,102). Sum of RGB (Red+Green+Blue) = 157+141+102=400 (52% of max value = 765). Red value is 157 (61.72% from 255 or 39.25% from 400); Green value is 141 (55.47% from 255 or 35.25% from 400); Blue value is 102 (40.23% from 255 or 25.5% from 400); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8D66 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D8D66 is #627299. Grayscale: #8D8D8D. Windows color (decimal): -6451866 or 6720925. OLE color: 6720925.

HSL color Cylindrical-coordinate representation of color #9D8D66: hue angle of 42.55º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9D8D66 is Cyan = 0, Magento = 0.10, Yellow = 0.35 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 141 102 -
CMYK 0 0.10 0.35 0.38
HSL 42.55º 0.22% 0.51% -
HSV(B) 42.55º 0.35% 0.62% -
XYZ 25.83 27.18 16.45 -
YUV 141.34 105.8 139.17 -
System Red Green Blue C M Y K H S L
Decimal 157 141 102 0 0.10 0.35 0.38 42.55 0.22 0.51
Hex 9D 8D 66 0 A 23 26 2B 16 33
Octal 235 215 146 0 12 43 46 53 26 63
Binary 10011101 10001101 1100110 0 1010 100011 100110 101011 10110 110011

Color Harmonies of #9D8D66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D8D66

Black with #9D8D66

Text Example


Text Example

White with #9D8D66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,141,102); }

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

background-color css

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

 a { background-color: rgb(157,141,102); }

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

border-color css

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

 span { border-color: rgb(157,141,102); }

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