Html Css Color HEX #9C858B Venus

📋 copy color: '#9C858B'

red 156 ◦ green 133 ◦ blue 139

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

Shades of Venus #9C858B

Tints of Venus #9C858B

RGB

 RED value IS 156 (61.33% from 255) = 36.45%

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

 BLUE value IS 139 (54.69% from 255) = 32.48%

R = 36.45%
G = 31.07%
B = 32.48%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.11

 K value IS 0.39

RGB Variations

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

Color information

#9C858B (or 0x9C858B) is known color: Venus. HEX triplet: 9C, 85 and 8B. RGB value is (156,133,139). Sum of RGB (Red+Green+Blue) = 156+133+139=428 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.45% from 428); Green value is 133 (52.34% from 255 or 31.07% from 428); Blue value is 139 (54.69% from 255 or 32.48% from 428); Max value from RGB is 156 - color contains mainly: red. Hex color #9C858B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C858B is #637A74. Grayscale: #8C8C8C. Windows color (decimal): -6519413 or 9143708. OLE color: 9143708.

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

Color convert

RGB 156 133 139 -
CMYK 0 0.15 0.11 0.39
HSL 344.35º 0.1% 0.57% -
HSV(B) 344.35º 0.15% 0.61% -
XYZ 26.76 25.71 27.98 -
YUV 140.56 127.12 139.01 -
System Red Green Blue C M Y K H S L
Decimal 156 133 139 0 0.15 0.11 0.39 344.35 0.1 0.57
Hex 9C 85 8B 0 F B 27 158 A 39
Octal 234 205 213 0 17 13 47 530 12 71
Binary 10011100 10000101 10001011 0 1111 1011 100111 101011000 1010 111001

Color Harmonies of #9C858B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C858B

Black with #9C858B

Text Example


Text Example

White with #9C858B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,133,139); }

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

background-color css

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

 a { background-color: rgb(156,133,139); }

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

border-color css

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

 span { border-color: rgb(156,133,139); }

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