Html Css Color HEX #967583 Venus

📋 copy color: '#967583'

red 150 ◦ green 117 ◦ blue 131

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

Shades of Venus #967583

Tints of Venus #967583

RGB

 RED value IS 150 (58.98% from 255) = 37.69%

 GREEN value IS 117 (46.09% from 255) = 29.4%

 BLUE value IS 131 (51.56% from 255) = 32.91%

R = 37.69%
G = 29.4%
B = 32.91%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.13

 K value IS 0.41

RGB Variations

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

Color information

#967583 (or 0x967583) is known color: Venus. HEX triplet: 96, 75 and 83. RGB value is (150,117,131). Sum of RGB (Red+Green+Blue) = 150+117+131=398 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.69% from 398); Green value is 117 (46.09% from 255 or 29.40% from 398); Blue value is 131 (51.56% from 255 or 32.91% from 398); Max value from RGB is 150 - color contains mainly: red. Hex color #967583 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #967583 is #698A7C. Grayscale: #808080. Windows color (decimal): -6916733 or 8615318. OLE color: 8615318.

HSL color Cylindrical-coordinate representation of color #967583: hue angle of 334.55º degrees, saturation: 0.14, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #967583 is Cyan = 0, Magento = 0.22, Yellow = 0.13 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 117 131 -
CMYK 0 0.22 0.13 0.41
HSL 334.55º 0.14% 0.52% -
HSV(B) 334.55º 0.22% 0.59% -
XYZ 23.04 20.85 24.28 -
YUV 128.46 129.43 143.36 -
System Red Green Blue C M Y K H S L
Decimal 150 117 131 0 0.22 0.13 0.41 334.55 0.14 0.52
Hex 96 75 83 0 16 D 29 14F E 34
Octal 226 165 203 0 26 15 51 517 16 64
Binary 10010110 1110101 10000011 0 10110 1101 101001 101001111 1110 110100

Color Harmonies of #967583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967583

Black with #967583

Text Example


Text Example

White with #967583

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #967583; }

 p { color: rgb(150,117,131); }

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

background-color css

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

 a { background-color: rgb(150,117,131); }

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

border-color css

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

 span { border-color: rgb(150,117,131); }

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