#735B61

Color #735B61 Scorpion (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scorpion #735B61

Tints of Scorpion #735B61

Color information

#735B61 (or 0x735B61) is unknown color: approx Scorpion. HEX triplet: 73, 5B and 61. RGB value is (115,91,97). Sum of RGB (Red+Green+Blue) = 115+91+97=303 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.95% from 303); Green value is 91 (35.94% from 255 or 30.03% from 303); Blue value is 97 (38.28% from 255 or 32.01% from 303); Max value from RGB is 115 - color contains mainly: red. Hex color #735B61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735B61 is #8CA49E. Grayscale: #626262. Windows color (decimal): -9217183 or 6380403. OLE color: 6380403.

HSL color Cylindrical-coordinate representation of color #735B61: hue angle of 345º degrees, saturation: 0.12, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #735B61 is Cyan = 0, Magento = 0.21, Yellow = 0.16 and Black (K on CMYK) = 0.55.

Color convert

RGB1159197-
CMYK00.210.160.55
HSL345º11.65%40.39%-
HSV(B)345º20.87%45.1%-
XYZ12.9711.9912.94-
YUV98.86126.95139.51-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 37.95%
GREEN value IS 91 (35.94% from 255) = 30.03%
BLUE value IS 97 (38.28% from 255) = 32.01%
R=37.95%
G=30.03%
B=32.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.16
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115919700.210.160.5534511.6540.39
Hex735B610151037159c28
Octal16313314102520675311450
Binary111001110110111100001010101100001101111010110011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735B61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #735B61; }

 p { color: rgb(115,91,97); }

 H1.HeaderClassName
 {
   color: #735B61;
 }
 .AnyTagClassName
 {
   color: #735B61;
 }
</style>
background-color css

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

 a { background-color: rgb(115,91,97); }

 div.DivClassName
 {
   background-color: #735B61;
 }
 .BgClassName
 {
   background-color: #735B61;
 }
</style>
border-color css

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

 span { border-color: rgb(115,91,97); }

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