Html Css Color HEX #968B71 Pale Oyster

📋 copy color: '#968B71'

red 150 ◦ green 139 ◦ blue 113

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

Shades of Pale Oyster #968B71

Tints of Pale Oyster #968B71

RGB

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

 GREEN value IS 139 (54.69% from 255) = 34.58%

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

R = 37.31%
G = 34.58%
B = 28.11%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.25

 K value IS 0.41

RGB Variations

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

Color information

#968B71 (or 0x968B71) is known color: Pale Oyster. HEX triplet: 96, 8B and 71. RGB value is (150,139,113). Sum of RGB (Red+Green+Blue) = 150+139+113=402 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.31% from 402); Green value is 139 (54.69% from 255 or 34.58% from 402); Blue value is 113 (44.53% from 255 or 28.11% from 402); Max value from RGB is 150 - color contains mainly: red. Hex color #968B71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968B71 is #69748E. Grayscale: #8B8B8B. Windows color (decimal): -6911119 or 7441302. OLE color: 7441302.

HSL color Cylindrical-coordinate representation of color #968B71: hue angle of 42.16º 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 #968B71 is Cyan = 0, Magento = 0.07, Yellow = 0.25 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 139 113 -
CMYK 0 0.07 0.25 0.41
HSL 42.16º 0.15% 0.52% -
HSV(B) 42.16º 0.25% 0.59% -
XYZ 24.79 26.14 19.36 -
YUV 139.33 113.14 135.61 -
System Red Green Blue C M Y K H S L
Decimal 150 139 113 0 0.07 0.25 0.41 42.16 0.15 0.52
Hex 96 8B 71 0 7 19 29 2A F 34
Octal 226 213 161 0 7 31 51 52 17 64
Binary 10010110 10001011 1110001 0 111 11001 101001 101010 1111 110100

Color Harmonies of #968B71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968B71

Black with #968B71

Text Example


Text Example

White with #968B71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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