Html Css Color HEX #9C888A Venus

📋 copy color: '#9C888A'

red 156 ◦ green 136 ◦ blue 138

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

Shades of Venus #9C888A

Tints of Venus #9C888A

RGB

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

 GREEN value IS 136 (53.52% from 255) = 31.63%

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

R = 36.28%
G = 31.63%
B = 32.09%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.12

 K value IS 0.39

RGB Variations

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

Color information

#9C888A (or 0x9C888A) is known color: Venus. HEX triplet: 9C, 88 and 8A. RGB value is (156,136,138). Sum of RGB (Red+Green+Blue) = 156+136+138=430 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.28% from 430); Green value is 136 (53.52% from 255 or 31.63% from 430); Blue value is 138 (54.30% from 255 or 32.09% from 430); Max value from RGB is 156 - color contains mainly: red. Hex color #9C888A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C888A is #637775. Grayscale: #8E8E8E. Windows color (decimal): -6518646 or 9078940. OLE color: 9078940.

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

Color convert

RGB 156 136 138 -
CMYK 0 0.13 0.12 0.39
HSL 354º 0.09% 0.57% -
HSV(B) 354º 0.13% 0.61% -
XYZ 27.1 26.51 27.73 -
YUV 142.21 125.63 137.84 -
System Red Green Blue C M Y K H S L
Decimal 156 136 138 0 0.13 0.12 0.39 354 0.09 0.57
Hex 9C 88 8A 0 D C 27 162 9 39
Octal 234 210 212 0 15 14 47 542 11 71
Binary 10011100 10001000 10001010 0 1101 1100 100111 101100010 1001 111001

Color Harmonies of #9C888A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C888A

Black with #9C888A

Text Example


Text Example

White with #9C888A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,136,138); }

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

background-color css

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

 a { background-color: rgb(156,136,138); }

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

border-color css

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

 span { border-color: rgb(156,136,138); }

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