Html Css Color HEX #968B70 Pale Oyster

📋 copy color: '#968B70'

red 150 ◦ green 139 ◦ blue 112

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

Shades of Pale Oyster #968B70

Tints of Pale Oyster #968B70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 27.93%

R = 37.41%
G = 34.66%
B = 27.93%

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

#968B70 (or 0x968B70) is known color: Pale Oyster. HEX triplet: 96, 8B and 70. RGB value is (150,139,112). Sum of RGB (Red+Green+Blue) = 150+139+112=401 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.41% from 401); Green value is 139 (54.69% from 255 or 34.66% from 401); Blue value is 112 (44.14% from 255 or 27.93% from 401); Max value from RGB is 150 - color contains mainly: red. Hex color #968B70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968B70 is #69748F. Grayscale: #8B8B8B. Windows color (decimal): -6911120 or 7375766. OLE color: 7375766.

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

Color convert

RGB 150 139 112 -
CMYK 0 0.07 0.25 0.41
HSL 42.63º 0.15% 0.51% -
HSV(B) 42.63º 0.25% 0.59% -
XYZ 24.73 26.12 19.07 -
YUV 139.21 112.64 135.7 -
System Red Green Blue C M Y K H S L
Decimal 150 139 112 0 0.07 0.25 0.41 42.63 0.15 0.51
Hex 96 8B 70 0 7 19 29 2B F 33
Octal 226 213 160 0 7 31 51 53 17 63
Binary 10010110 10001011 1110000 0 111 11001 101001 101011 1111 110011

Color Harmonies of #968B70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968B70

Black with #968B70

Text Example


Text Example

White with #968B70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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