Html Css Color HEX #968667 Pale Oyster

📋 copy color: '#968667'

red 150 ◦ green 134 ◦ blue 103

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

Shades of Pale Oyster #968667

Tints of Pale Oyster #968667

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 26.61%

R = 38.76%
G = 34.63%
B = 26.61%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.31

 K value IS 0.41

RGB Variations

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

Color information

#968667 (or 0x968667) is known color: Pale Oyster. HEX triplet: 96, 86 and 67. RGB value is (150,134,103). Sum of RGB (Red+Green+Blue) = 150+134+103=387 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.76% from 387); Green value is 134 (52.73% from 255 or 34.63% from 387); Blue value is 103 (40.62% from 255 or 26.61% from 387); Max value from RGB is 150 - color contains mainly: red. Hex color #968667 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968667 is #697998. Grayscale: #878787. Windows color (decimal): -6912409 or 6784662. OLE color: 6784662.

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

Color convert

RGB 150 134 103 -
CMYK 0 0.11 0.31 0.41
HSL 39.57º 0.19% 0.5% -
HSV(B) 39.57º 0.31% 0.59% -
XYZ 23.55 24.51 16.32 -
YUV 135.25 109.8 138.52 -
System Red Green Blue C M Y K H S L
Decimal 150 134 103 0 0.11 0.31 0.41 39.57 0.19 0.5
Hex 96 86 67 0 B 1F 29 28 13 32
Octal 226 206 147 0 13 37 51 50 23 62
Binary 10010110 10000110 1100111 0 1011 11111 101001 101000 10011 110010

Color Harmonies of #968667

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968667

Black with #968667

Text Example


Text Example

White with #968667

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968667; }

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

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

background-color css

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

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

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

border-color css

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

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

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