Html Css Color HEX #998588 Venus

📋 copy color: '#998588'

red 153 ◦ green 133 ◦ blue 136

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

Shades of Venus #998588

Tints of Venus #998588

RGB

 RED value IS 153 (60.16% from 255) = 36.26%

 GREEN value IS 133 (52.34% from 255) = 31.52%

 BLUE value IS 136 (53.52% from 255) = 32.23%

R = 36.26%
G = 31.52%
B = 32.23%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.11

 K value IS 0.4

RGB Variations

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

Color information

#998588 (or 0x998588) is known color: Venus. HEX triplet: 99, 85 and 88. RGB value is (153,133,136). Sum of RGB (Red+Green+Blue) = 153+133+136=422 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.26% from 422); Green value is 133 (52.34% from 255 or 31.52% from 422); Blue value is 136 (53.52% from 255 or 32.23% from 422); Max value from RGB is 153 - color contains mainly: red. Hex color #998588 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #998588 is #667A77. Grayscale: #8B8B8B. Windows color (decimal): -6716024 or 8947097. OLE color: 8947097.

HSL color Cylindrical-coordinate representation of color #998588: hue angle of 351º degrees, saturation: 0.09, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #998588 is Cyan = 0, Magento = 0.13, Yellow = 0.11 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 133 136 -
CMYK 0 0.13 0.11 0.4
HSL 351º 0.09% 0.56% -
HSV(B) 351º 0.13% 0.6% -
XYZ 25.97 25.32 26.81 -
YUV 139.32 126.13 137.76 -
System Red Green Blue C M Y K H S L
Decimal 153 133 136 0 0.13 0.11 0.4 351 0.09 0.56
Hex 99 85 88 0 D B 28 15F 9 38
Octal 231 205 210 0 15 13 50 537 11 70
Binary 10011001 10000101 10001000 0 1101 1011 101000 101011111 1001 111000

Color Harmonies of #998588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998588

Black with #998588

Text Example


Text Example

White with #998588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #998588; }

 p { color: rgb(153,133,136); }

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

background-color css

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

 a { background-color: rgb(153,133,136); }

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

border-color css

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

 span { border-color: rgb(153,133,136); }

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