#736B6E

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

Shades of Scorpion #736B6E

Tints of Scorpion #736B6E

Color information

#736B6E (or 0x736B6E) is unknown color: approx Scorpion. HEX triplet: 73, 6B and 6E. RGB value is (115,107,110). Sum of RGB (Red+Green+Blue) = 115+107+110=332 (43% of max value = 765). Red value is 115 (45.31% from 255 or 34.64% from 332); Green value is 107 (42.19% from 255 or 32.23% from 332); Blue value is 110 (43.36% from 255 or 33.13% from 332); Max value from RGB is 115 - color contains mainly: red. Hex color #736B6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736B6E is #8C9491. Grayscale: #6D6D6D. Windows color (decimal): -9213074 or 7236467. OLE color: 7236467.

HSL color Cylindrical-coordinate representation of color #736B6E: hue angle of 337.5º degrees, saturation: 0.04, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #736B6E is Cyan = 0, Magento = 0.07, Yellow = 0.04 and Black (K on CMYK) = 0.55.

Color convert

RGB115107110-
CMYK00.070.040.55
HSL337.5º3.6%43.53%-
HSV(B)337.5º6.96%45.1%-
XYZ15.1415.2916.9-
YUV109.73128.15131.76-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 34.64%
GREEN value IS 107 (42.19% from 255) = 32.23%
BLUE value IS 110 (43.36% from 255) = 33.13%
R=34.64%
G=32.23%
B=33.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.04
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11510711000.070.040.55337.53.643.53
Hex736B6E0743715242c
Octal16315315607467522454
Binary1110011110101111011100111100110111101010010100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736B6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #736B6E; }

 p { color: rgb(115,107,110); }

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

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

 a { background-color: rgb(115,107,110); }

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

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

 span { border-color: rgb(115,107,110); }

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