Html Css Color HEX #9B8688 Venus

📋 copy color: '#9B8688'

red 155 ◦ green 134 ◦ blue 136

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

Shades of Venus #9B8688

Tints of Venus #9B8688

RGB

 RED value IS 155 (60.94% from 255) = 36.47%

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

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

R = 36.47%
G = 31.53%
B = 32%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.12

 K value IS 0.39

RGB Variations

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

Color information

#9B8688 (or 0x9B8688) is known color: Venus. HEX triplet: 9B, 86 and 88. RGB value is (155,134,136). Sum of RGB (Red+Green+Blue) = 155+134+136=425 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.47% from 425); Green value is 134 (52.73% from 255 or 31.53% from 425); Blue value is 136 (53.52% from 255 or 32% from 425); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8688 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B8688 is #647977. Grayscale: #8C8C8C. Windows color (decimal): -6584696 or 8947355. OLE color: 8947355.

HSL color Cylindrical-coordinate representation of color #9B8688: hue angle of 354.29º degrees, saturation: 0.1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9B8688 is Cyan = 0, Magento = 0.14, Yellow = 0.12 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 134 136 -
CMYK 0 0.14 0.12 0.39
HSL 354.29º 0.1% 0.57% -
HSV(B) 354.29º 0.14% 0.61% -
XYZ 26.49 25.8 26.88 -
YUV 140.51 125.46 138.34 -
System Red Green Blue C M Y K H S L
Decimal 155 134 136 0 0.14 0.12 0.39 354.29 0.1 0.57
Hex 9B 86 88 0 E C 27 162 A 39
Octal 233 206 210 0 16 14 47 542 12 71
Binary 10011011 10000110 10001000 0 1110 1100 100111 101100010 1010 111001

Color Harmonies of #9B8688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B8688

Black with #9B8688

Text Example


Text Example

White with #9B8688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9B8688; }

 p { color: rgb(155,134,136); }

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

background-color css

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

 a { background-color: rgb(155,134,136); }

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

border-color css

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

 span { border-color: rgb(155,134,136); }

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