Html Css Color HEX #968A73 Pale Oyster

📋 copy color: '#968A73'

red 150 ◦ green 138 ◦ blue 115

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

Shades of Pale Oyster #968A73

Tints of Pale Oyster #968A73

RGB

 RED value IS 150 (58.98% from 255) = 37.22%

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

 BLUE value IS 115 (45.31% from 255) = 28.54%

R = 37.22%
G = 34.24%
B = 28.54%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.23

 K value IS 0.41

RGB Variations

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

Color information

#968A73 (or 0x968A73) is known color: Pale Oyster. HEX triplet: 96, 8A and 73. RGB value is (150,138,115). Sum of RGB (Red+Green+Blue) = 150+138+115=403 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.22% from 403); Green value is 138 (54.30% from 255 or 34.24% from 403); Blue value is 115 (45.31% from 255 or 28.54% from 403); Max value from RGB is 150 - color contains mainly: red. Hex color #968A73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968A73 is #69758C. Grayscale: #8B8B8B. Windows color (decimal): -6911373 or 7572118. OLE color: 7572118.

HSL color Cylindrical-coordinate representation of color #968A73: hue angle of 39.43º degrees, saturation: 0.14, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #968A73 is Cyan = 0, Magento = 0.08, Yellow = 0.23 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 138 115 -
CMYK 0 0.08 0.23 0.41
HSL 39.43º 0.14% 0.52% -
HSV(B) 39.43º 0.23% 0.59% -
XYZ 24.76 25.9 19.91 -
YUV 138.97 114.48 135.87 -
System Red Green Blue C M Y K H S L
Decimal 150 138 115 0 0.08 0.23 0.41 39.43 0.14 0.52
Hex 96 8A 73 0 8 17 29 27 E 34
Octal 226 212 163 0 10 27 51 47 16 64
Binary 10010110 10001010 1110011 0 1000 10111 101001 100111 1110 110100

Color Harmonies of #968A73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968A73

Black with #968A73

Text Example


Text Example

White with #968A73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968A73; }

 p { color: rgb(150,138,115); }

 H1.HeaderClassName
 {
   color: #968A73;
 }
 .AnyTagClassName
 {
   color: #968A73;
 }
</style>

background-color css

<style>
 a { background-color: #968A73; }

 a { background-color: rgb(150,138,115); }

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

border-color css

<style>
 span { border-color: #968A73; }

 span { border-color: rgb(150,138,115); }

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