Html Css Color HEX #988667 Pale Oyster

📋 copy color: '#988667'

red 152 ◦ green 134 ◦ blue 103

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

Shades of Pale Oyster #988667

Tints of Pale Oyster #988667

RGB

 RED value IS 152 (59.77% from 255) = 39.07%

 GREEN value IS 134 (52.73% from 255) = 34.45%

 BLUE value IS 103 (40.63% from 255) = 26.48%

R = 39.07%
G = 34.45%
B = 26.48%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.32

 K value IS 0.40

RGB Variations

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

Color information

#988667 (or 0x988667) is known color: Pale Oyster. HEX triplet: 98, 86 and 67. RGB value is (152,134,103). Sum of RGB (Red+Green+Blue) = 152+134+103=389 (51% of max value = 765). Red value is 152 (59.77% from 255 or 39.07% from 389); Green value is 134 (52.73% from 255 or 34.45% from 389); Blue value is 103 (40.62% from 255 or 26.48% from 389); Max value from RGB is 152 - color contains mainly: red. Hex color #988667 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988667 is #677998. Grayscale: #878787. Windows color (decimal): -6781337 or 6784664. OLE color: 6784664.

HSL color Cylindrical-coordinate representation of color #988667: hue angle of 37.96º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #988667 is Cyan = 0, Magento = 0.12, Yellow = 0.32 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 134 103 -
CMYK 0 0.12 0.32 0.40
HSL 37.96º 0.19% 0.5% -
HSV(B) 37.96º 0.32% 0.6% -
XYZ 23.92 24.7 16.34 -
YUV 135.85 109.46 139.52 -
System Red Green Blue C M Y K H S L
Decimal 152 134 103 0 0.12 0.32 0.40 37.96 0.19 0.5
Hex 98 86 67 0 C 20 28 26 13 32
Octal 230 206 147 0 14 40 50 46 23 62
Binary 10011000 10000110 1100111 0 1100 100000 101000 100110 10011 110010

Color Harmonies of #988667

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988667

Black with #988667

Text Example


Text Example

White with #988667

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988667; }

 p { color: rgb(152,134,103); }

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

background-color css

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

 a { background-color: rgb(152,134,103); }

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

border-color css

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

 span { border-color: rgb(152,134,103); }

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