Html Css Color HEX #9D8A62 Pale Oyster

📋 copy color: '#9D8A62'

red 157 ◦ green 138 ◦ blue 98

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

Shades of Pale Oyster #9D8A62

Tints of Pale Oyster #9D8A62

RGB

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

 GREEN value IS 138 (54.3% from 255) = 35.11%

 BLUE value IS 98 (38.67% from 255) = 24.94%

R = 39.95%
G = 35.11%
B = 24.94%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.38

 K value IS 0.38

RGB Variations

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

Color information

#9D8A62 (or 0x9D8A62) is known color: Pale Oyster. HEX triplet: 9D, 8A and 62. RGB value is (157,138,98). Sum of RGB (Red+Green+Blue) = 157+138+98=393 (52% of max value = 765). Red value is 157 (61.72% from 255 or 39.95% from 393); Green value is 138 (54.30% from 255 or 35.11% from 393); Blue value is 98 (38.67% from 255 or 24.94% from 393); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8A62 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D8A62 is #62759D. Grayscale: #8B8B8B. Windows color (decimal): -6452638 or 6458013. OLE color: 6458013.

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

Color convert

RGB 157 138 98 -
CMYK 0 0.12 0.38 0.38
HSL 40.68º 0.23% 0.5% -
HSV(B) 40.68º 0.38% 0.62% -
XYZ 25.2 26.23 15.29 -
YUV 139.12 104.79 140.75 -
System Red Green Blue C M Y K H S L
Decimal 157 138 98 0 0.12 0.38 0.38 40.68 0.23 0.5
Hex 9D 8A 62 0 C 26 26 29 17 32
Octal 235 212 142 0 14 46 46 51 27 62
Binary 10011101 10001010 1100010 0 1100 100110 100110 101001 10111 110010

Color Harmonies of #9D8A62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D8A62

Black with #9D8A62

Text Example


Text Example

White with #9D8A62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,138,98); }

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

background-color css

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

 a { background-color: rgb(157,138,98); }

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

border-color css

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

 span { border-color: rgb(157,138,98); }

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