Html Css Color HEX #968671 Pale Oyster

📋 copy color: '#968671'

red 150 ◦ green 134 ◦ blue 113

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

Shades of Pale Oyster #968671

Tints of Pale Oyster #968671

RGB

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

 GREEN value IS 134 (52.73% from 255) = 33.75%

 BLUE value IS 113 (44.53% from 255) = 28.46%

R = 37.78%
G = 33.75%
B = 28.46%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.25

 K value IS 0.41

RGB Variations

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

Color information

#968671 (or 0x968671) is known color: Pale Oyster. HEX triplet: 96, 86 and 71. RGB value is (150,134,113). Sum of RGB (Red+Green+Blue) = 150+134+113=397 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.78% from 397); Green value is 134 (52.73% from 255 or 33.75% from 397); Blue value is 113 (44.53% from 255 or 28.46% from 397); Max value from RGB is 150 - color contains mainly: red. Hex color #968671 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968671 is #69798E. Grayscale: #888888. Windows color (decimal): -6912399 or 7440022. OLE color: 7440022.

HSL color Cylindrical-coordinate representation of color #968671: hue angle of 34.05º degrees, saturation: 0.15, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #968671 is Cyan = 0, Magento = 0.11, Yellow = 0.25 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 134 113 -
CMYK 0 0.11 0.25 0.41
HSL 34.05º 0.15% 0.52% -
HSV(B) 34.05º 0.25% 0.59% -
XYZ 24.08 24.73 19.13 -
YUV 136.39 114.8 137.71 -
System Red Green Blue C M Y K H S L
Decimal 150 134 113 0 0.11 0.25 0.41 34.05 0.15 0.52
Hex 96 86 71 0 B 19 29 22 F 34
Octal 226 206 161 0 13 31 51 42 17 64
Binary 10010110 10000110 1110001 0 1011 11001 101001 100010 1111 110100

Color Harmonies of #968671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968671

Black with #968671

Text Example


Text Example

White with #968671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968671; }

 p { color: rgb(150,134,113); }

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

background-color css

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

 a { background-color: rgb(150,134,113); }

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

border-color css

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

 span { border-color: rgb(150,134,113); }

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