Html Css Color HEX #968567 Pale Oyster

📋 copy color: '#968567'

red 150 ◦ green 133 ◦ blue 103

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

Shades of Pale Oyster #968567

Tints of Pale Oyster #968567

RGB

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

 GREEN value IS 133 (52.34% from 255) = 34.46%

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

R = 38.86%
G = 34.46%
B = 26.68%

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

#968567 (or 0x968567) is known color: Pale Oyster. HEX triplet: 96, 85 and 67. RGB value is (150,133,103). Sum of RGB (Red+Green+Blue) = 150+133+103=386 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.86% from 386); Green value is 133 (52.34% from 255 or 34.46% from 386); Blue value is 103 (40.62% from 255 or 26.68% from 386); Max value from RGB is 150 - color contains mainly: red. Hex color #968567 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968567 is #697A98. Grayscale: #868686. Windows color (decimal): -6912665 or 6784406. OLE color: 6784406.

HSL color Cylindrical-coordinate representation of color #968567: hue angle of 38.3º 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 #968567 is Cyan = 0, Magento = 0.11, Yellow = 0.31 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 133 103 -
CMYK 0 0.11 0.31 0.41
HSL 38.3º 0.19% 0.5% -
HSV(B) 38.3º 0.31% 0.59% -
XYZ 23.41 24.24 16.28 -
YUV 134.66 110.13 138.94 -
System Red Green Blue C M Y K H S L
Decimal 150 133 103 0 0.11 0.31 0.41 38.3 0.19 0.5
Hex 96 85 67 0 B 1F 29 26 13 32
Octal 226 205 147 0 13 37 51 46 23 62
Binary 10010110 10000101 1100111 0 1011 11111 101001 100110 10011 110010

Color Harmonies of #968567

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968567

Black with #968567

Text Example


Text Example

White with #968567

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968567; }

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

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

background-color css

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

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

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

border-color css

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

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

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