Html Css Color HEX #968768 Pale Oyster

📋 copy color: '#968768'

red 150 ◦ green 135 ◦ blue 104

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

Shades of Pale Oyster #968768

Tints of Pale Oyster #968768

RGB

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

 GREEN value IS 135 (53.13% from 255) = 34.7%

 BLUE value IS 104 (41.02% from 255) = 26.74%

R = 38.56%
G = 34.7%
B = 26.74%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.31

 K value IS 0.41

RGB Variations

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

Color information

#968768 (or 0x968768) is known color: Pale Oyster. HEX triplet: 96, 87 and 68. RGB value is (150,135,104). Sum of RGB (Red+Green+Blue) = 150+135+104=389 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.56% from 389); Green value is 135 (53.12% from 255 or 34.70% from 389); Blue value is 104 (41.02% from 255 or 26.74% from 389); Max value from RGB is 150 - color contains mainly: red. Hex color #968768 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968768 is #697897. Grayscale: #888888. Windows color (decimal): -6912152 or 6850454. OLE color: 6850454.

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

Color convert

RGB 150 135 104 -
CMYK 0 0.1 0.31 0.41
HSL 40.43º 0.18% 0.5% -
HSV(B) 40.43º 0.31% 0.59% -
XYZ 23.74 24.81 16.63 -
YUV 135.95 109.97 138.02 -
System Red Green Blue C M Y K H S L
Decimal 150 135 104 0 0.1 0.31 0.41 40.43 0.18 0.5
Hex 96 87 68 0 A 1F 29 28 12 32
Octal 226 207 150 0 12 37 51 50 22 62
Binary 10010110 10000111 1101000 0 1010 11111 101001 101000 10010 110010

Color Harmonies of #968768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968768

Black with #968768

Text Example


Text Example

White with #968768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968768; }

 p { color: rgb(150,135,104); }

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

background-color css

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

 a { background-color: rgb(150,135,104); }

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

border-color css

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

 span { border-color: rgb(150,135,104); }

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