Html Css Color HEX #968A6B Pale Oyster

📋 copy color: '#968A6B'

red 150 ◦ green 138 ◦ blue 107

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

Shades of Pale Oyster #968A6B

Tints of Pale Oyster #968A6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 27.09%

R = 37.97%
G = 34.94%
B = 27.09%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.29

 K value IS 0.41

RGB Variations

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

Color information

#968A6B (or 0x968A6B) is known color: Pale Oyster. HEX triplet: 96, 8A and 6B. RGB value is (150,138,107). Sum of RGB (Red+Green+Blue) = 150+138+107=395 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.97% from 395); Green value is 138 (54.30% from 255 or 34.94% from 395); Blue value is 107 (42.19% from 255 or 27.09% from 395); Max value from RGB is 150 - color contains mainly: red. Hex color #968A6B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968A6B is #697594. Grayscale: #8A8A8A. Windows color (decimal): -6911381 or 7047830. OLE color: 7047830.

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

Color convert

RGB 150 138 107 -
CMYK 0 0.08 0.29 0.41
HSL 43.26º 0.17% 0.5% -
HSV(B) 43.26º 0.29% 0.59% -
XYZ 24.32 25.72 17.59 -
YUV 138.05 110.48 136.52 -
System Red Green Blue C M Y K H S L
Decimal 150 138 107 0 0.08 0.29 0.41 43.26 0.17 0.5
Hex 96 8A 6B 0 8 1D 29 2B 11 32
Octal 226 212 153 0 10 35 51 53 21 62
Binary 10010110 10001010 1101011 0 1000 11101 101001 101011 10001 110010

Color Harmonies of #968A6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968A6B

Black with #968A6B

Text Example


Text Example

White with #968A6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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