Html Css Color HEX #9B858A Venus

📋 copy color: '#9B858A'

red 155 ◦ green 133 ◦ blue 138

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

Shades of Venus #9B858A

Tints of Venus #9B858A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 32.39%

R = 36.38%
G = 31.22%
B = 32.39%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.11

 K value IS 0.39

RGB Variations

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

Color information

#9B858A (or 0x9B858A) is known color: Venus. HEX triplet: 9B, 85 and 8A. RGB value is (155,133,138). Sum of RGB (Red+Green+Blue) = 155+133+138=426 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.38% from 426); Green value is 133 (52.34% from 255 or 31.22% from 426); Blue value is 138 (54.30% from 255 or 32.39% from 426); Max value from RGB is 155 - color contains mainly: red. Hex color #9B858A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B858A is #647A75. Grayscale: #8C8C8C. Windows color (decimal): -6584950 or 9078171. OLE color: 9078171.

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

Color convert

RGB 155 133 138 -
CMYK 0 0.14 0.11 0.39
HSL 346.36º 0.1% 0.56% -
HSV(B) 346.36º 0.14% 0.61% -
XYZ 26.49 25.58 27.59 -
YUV 140.15 126.79 138.59 -
System Red Green Blue C M Y K H S L
Decimal 155 133 138 0 0.14 0.11 0.39 346.36 0.1 0.56
Hex 9B 85 8A 0 E B 27 15A A 38
Octal 233 205 212 0 16 13 47 532 12 70
Binary 10011011 10000101 10001010 0 1110 1011 100111 101011010 1010 111000

Color Harmonies of #9B858A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B858A

Black with #9B858A

Text Example


Text Example

White with #9B858A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,133,138); }

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

background-color css

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

 a { background-color: rgb(155,133,138); }

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

border-color css

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

 span { border-color: rgb(155,133,138); }

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