Html Css Color HEX #968A74 Pale Oyster

📋 copy color: '#968A74'

red 150 ◦ green 138 ◦ blue 116

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

Shades of Pale Oyster #968A74

Tints of Pale Oyster #968A74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 28.71%

R = 37.13%
G = 34.16%
B = 28.71%

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

#968A74 (or 0x968A74) is known color: Pale Oyster. HEX triplet: 96, 8A and 74. RGB value is (150,138,116). Sum of RGB (Red+Green+Blue) = 150+138+116=404 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.13% from 404); Green value is 138 (54.30% from 255 or 34.16% from 404); Blue value is 116 (45.70% from 255 or 28.71% from 404); Max value from RGB is 150 - color contains mainly: red. Hex color #968A74 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968A74 is #69758B. Grayscale: #8B8B8B. Windows color (decimal): -6911372 or 7637654. OLE color: 7637654.

HSL color Cylindrical-coordinate representation of color #968A74: hue angle of 38.82º 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 #968A74 is Cyan = 0, Magento = 0.08, Yellow = 0.23 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 138 116 -
CMYK 0 0.08 0.23 0.41
HSL 38.82º 0.14% 0.52% -
HSV(B) 38.82º 0.23% 0.59% -
XYZ 24.82 25.92 20.22 -
YUV 139.08 114.98 135.79 -
System Red Green Blue C M Y K H S L
Decimal 150 138 116 0 0.08 0.23 0.41 38.82 0.14 0.52
Hex 96 8A 74 0 8 17 29 27 E 34
Octal 226 212 164 0 10 27 51 47 16 64
Binary 10010110 10001010 1110100 0 1000 10111 101001 100111 1110 110100

Color Harmonies of #968A74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968A74

Black with #968A74

Text Example


Text Example

White with #968A74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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