#796065

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

Shades of Scorpion #796065

Tints of Scorpion #796065

Color information

#796065 (or 0x796065) is unknown color: approx Scorpion. HEX triplet: 79, 60 and 65. RGB value is (121,96,101). Sum of RGB (Red+Green+Blue) = 121+96+101=318 (42% of max value = 765). Red value is 121 (47.66% from 255 or 38.05% from 318); Green value is 96 (37.89% from 255 or 30.19% from 318); Blue value is 101 (39.84% from 255 or 31.76% from 318); Max value from RGB is 121 - color contains mainly: red. Hex color #796065 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #796065 is #869F9A. Grayscale: #686868. Windows color (decimal): -8822683 or 6643833. OLE color: 6643833.

HSL color Cylindrical-coordinate representation of color #796065: hue angle of 348º degrees, saturation: 0.12, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #796065 is Cyan = 0, Magento = 0.21, Yellow = 0.17 and Black (K on CMYK) = 0.53.

Color convert

RGB12196101-
CMYK00.210.170.53
HSL348º11.52%42.55%-
HSV(B)348º20.66%47.45%-
XYZ14.4213.3714.13-
YUV104.04126.28140.09-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 38.05%
GREEN value IS 96 (37.89% from 255) = 30.19%
BLUE value IS 101 (39.84% from 255) = 31.76%
R=38.05%
G=30.19%
B=31.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.17
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1219610100.210.170.5334811.5242.55
Hex796065015113515cc2b
Octal17114014502521655341453
Binary111100111000001100101010101100011101011010111001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #796065; }

 p { color: rgb(121,96,101); }

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

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

 a { background-color: rgb(121,96,101); }

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

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

 span { border-color: rgb(121,96,101); }

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