Html Css Color HEX #9D8965 Pale Oyster

📋 copy color: '#9D8965'

red 157 ◦ green 137 ◦ blue 101

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

Shades of Pale Oyster #9D8965

Tints of Pale Oyster #9D8965

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 25.57%

R = 39.75%
G = 34.68%
B = 25.57%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.36

 K value IS 0.38

RGB Variations

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

Color information

#9D8965 (or 0x9D8965) is known color: Pale Oyster. HEX triplet: 9D, 89 and 65. RGB value is (157,137,101). Sum of RGB (Red+Green+Blue) = 157+137+101=395 (52% of max value = 765). Red value is 157 (61.72% from 255 or 39.75% from 395); Green value is 137 (53.91% from 255 or 34.68% from 395); Blue value is 101 (39.84% from 255 or 25.57% from 395); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8965 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D8965 is #62769A. Grayscale: #8B8B8B. Windows color (decimal): -6452891 or 6654365. OLE color: 6654365.

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

Color convert

RGB 157 137 101 -
CMYK 0 0.13 0.36 0.38
HSL 38.57º 0.22% 0.51% -
HSV(B) 38.57º 0.36% 0.62% -
XYZ 25.2 26 16 -
YUV 138.88 106.63 140.93 -
System Red Green Blue C M Y K H S L
Decimal 157 137 101 0 0.13 0.36 0.38 38.57 0.22 0.51
Hex 9D 89 65 0 D 24 26 27 16 33
Octal 235 211 145 0 15 44 46 47 26 63
Binary 10011101 10001001 1100101 0 1101 100100 100110 100111 10110 110011

Color Harmonies of #9D8965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D8965

Black with #9D8965

Text Example


Text Example

White with #9D8965

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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