#736069

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

Shades of Scorpion #736069

Tints of Scorpion #736069

Color information

#736069 (or 0x736069) is unknown color: approx Scorpion. HEX triplet: 73, 60 and 69. RGB value is (115,96,105). Sum of RGB (Red+Green+Blue) = 115+96+105=316 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.39% from 316); Green value is 96 (37.89% from 255 or 30.38% from 316); Blue value is 105 (41.41% from 255 or 33.23% from 316); Max value from RGB is 115 - color contains mainly: red. Hex color #736069 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736069 is #8C9F96. Grayscale: #666666. Windows color (decimal): -9215895 or 6905971. OLE color: 6905971.

HSL color Cylindrical-coordinate representation of color #736069: hue angle of 331.58º degrees, saturation: 0.09, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #736069 is Cyan = 0, Magento = 0.17, Yellow = 0.09 and Black (K on CMYK) = 0.55.

Color convert

RGB11596105-
CMYK00.170.090.55
HSL331.58º9%41.37%-
HSV(B)331.58º16.52%45.1%-
XYZ13.813.0315.15-
YUV102.71129.29136.77-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 36.39%
GREEN value IS 96 (37.89% from 255) = 30.38%
BLUE value IS 105 (41.41% from 255) = 33.23%
R=36.39%
G=30.38%
B=33.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.09
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1159610500.170.090.55331.58941.37
Hex73606901193714c929
Octal16314015102111675141151
Binary11100111100000110100101000110011101111010011001001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #736069; }

 p { color: rgb(115,96,105); }

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

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

 a { background-color: rgb(115,96,105); }

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

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

 span { border-color: rgb(115,96,105); }

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