Html Css Color HEX #968A6F Pale Oyster

📋 copy color: '#968A6F'

red 150 ◦ green 138 ◦ blue 111

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

Shades of Pale Oyster #968A6F

Tints of Pale Oyster #968A6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 27.82%

R = 37.59%
G = 34.59%
B = 27.82%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.26

 K value IS 0.41

RGB Variations

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

Color information

#968A6F (or 0x968A6F) is known color: Pale Oyster. HEX triplet: 96, 8A and 6F. RGB value is (150,138,111). Sum of RGB (Red+Green+Blue) = 150+138+111=399 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.59% from 399); Green value is 138 (54.30% from 255 or 34.59% from 399); Blue value is 111 (43.75% from 255 or 27.82% from 399); Max value from RGB is 150 - color contains mainly: red. Hex color #968A6F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968A6F is #697590. Grayscale: #8A8A8A. Windows color (decimal): -6911377 or 7309974. OLE color: 7309974.

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

Color convert

RGB 150 138 111 -
CMYK 0 0.08 0.26 0.41
HSL 41.54º 0.16% 0.51% -
HSV(B) 41.54º 0.26% 0.59% -
XYZ 24.54 25.81 18.73 -
YUV 138.51 112.48 136.2 -
System Red Green Blue C M Y K H S L
Decimal 150 138 111 0 0.08 0.26 0.41 41.54 0.16 0.51
Hex 96 8A 6F 0 8 1A 29 2A 10 33
Octal 226 212 157 0 10 32 51 52 20 63
Binary 10010110 10001010 1101111 0 1000 11010 101001 101010 10000 110011

Color Harmonies of #968A6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968A6F

Black with #968A6F

Text Example


Text Example

White with #968A6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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