Html Css Color HEX #9D8963 Pale Oyster

📋 copy color: '#9D8963'

red 157 ◦ green 137 ◦ blue 99

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

Shades of Pale Oyster #9D8963

Tints of Pale Oyster #9D8963

RGB

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

 GREEN value IS 137 (53.91% from 255) = 34.86%

 BLUE value IS 99 (39.06% from 255) = 25.19%

R = 39.95%
G = 34.86%
B = 25.19%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.37

 K value IS 0.38

RGB Variations

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

Color information

#9D8963 (or 0x9D8963) is known color: Pale Oyster. HEX triplet: 9D, 89 and 63. RGB value is (157,137,99). Sum of RGB (Red+Green+Blue) = 157+137+99=393 (52% of max value = 765). Red value is 157 (61.72% from 255 or 39.95% from 393); Green value is 137 (53.91% from 255 or 34.86% from 393); Blue value is 99 (39.06% from 255 or 25.19% from 393); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8963 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D8963 is #62769C. Grayscale: #8A8A8A. Windows color (decimal): -6452893 or 6523293. OLE color: 6523293.

HSL color Cylindrical-coordinate representation of color #9D8963: hue angle of 39.31º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9D8963 is Cyan = 0, Magento = 0.13, Yellow = 0.37 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 137 99 -
CMYK 0 0.13 0.37 0.38
HSL 39.31º 0.23% 0.5% -
HSV(B) 39.31º 0.37% 0.62% -
XYZ 25.1 25.96 15.49 -
YUV 138.65 105.63 141.09 -
System Red Green Blue C M Y K H S L
Decimal 157 137 99 0 0.13 0.37 0.38 39.31 0.23 0.5
Hex 9D 89 63 0 D 25 26 27 17 32
Octal 235 211 143 0 15 45 46 47 27 62
Binary 10011101 10001001 1100011 0 1101 100101 100110 100111 10111 110010

Color Harmonies of #9D8963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D8963

Black with #9D8963

Text Example


Text Example

White with #9D8963

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,137,99); }

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

background-color css

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

 a { background-color: rgb(157,137,99); }

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

border-color css

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

 span { border-color: rgb(157,137,99); }

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