Html Css Color HEX #968C75 Pale Oyster

📋 copy color: '#968C75'

red 150 ◦ green 140 ◦ blue 117

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

Shades of Pale Oyster #968C75

Tints of Pale Oyster #968C75

RGB

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

 GREEN value IS 140 (55.08% from 255) = 34.4%

 BLUE value IS 117 (46.09% from 255) = 28.75%

R = 36.86%
G = 34.4%
B = 28.75%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.22

 K value IS 0.41

RGB Variations

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

Color information

#968C75 (or 0x968C75) is known color: Pale Oyster. HEX triplet: 96, 8C and 75. RGB value is (150,140,117). Sum of RGB (Red+Green+Blue) = 150+140+117=407 (53% of max value = 765). Red value is 150 (58.98% from 255 or 36.86% from 407); Green value is 140 (55.08% from 255 or 34.40% from 407); Blue value is 117 (46.09% from 255 or 28.75% from 407); Max value from RGB is 150 - color contains mainly: red. Hex color #968C75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968C75 is #69738A. Grayscale: #8C8C8C. Windows color (decimal): -6910859 or 7703702. OLE color: 7703702.

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

Color convert

RGB 150 140 117 -
CMYK 0 0.07 0.22 0.41
HSL 41.82º 0.14% 0.52% -
HSV(B) 41.82º 0.22% 0.59% -
XYZ 25.17 26.52 20.62 -
YUV 140.37 114.81 134.87 -
System Red Green Blue C M Y K H S L
Decimal 150 140 117 0 0.07 0.22 0.41 41.82 0.14 0.52
Hex 96 8C 75 0 7 16 29 2A E 34
Octal 226 214 165 0 7 26 51 52 16 64
Binary 10010110 10001100 1110101 0 111 10110 101001 101010 1110 110100

Color Harmonies of #968C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968C75

Black with #968C75

Text Example


Text Example

White with #968C75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,140,117); }

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

background-color css

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

 a { background-color: rgb(150,140,117); }

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

border-color css

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

 span { border-color: rgb(150,140,117); }

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