#69565C

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

Shades of Scorpion #69565C

Tints of Scorpion #69565C

Color information

#69565C (or 0x69565C) is unknown color: approx Scorpion. HEX triplet: 69, 56 and 5C. RGB value is (105,86,92). Sum of RGB (Red+Green+Blue) = 105+86+92=283 (37% of max value = 765). Red value is 105 (41.41% from 255 or 37.10% from 283); Green value is 86 (33.98% from 255 or 30.39% from 283); Blue value is 92 (36.33% from 255 or 32.51% from 283); Max value from RGB is 105 - color contains mainly: red. Hex color #69565C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69565C is #96A9A3. Grayscale: #5C5C5C. Windows color (decimal): -9873828 or 6051433. OLE color: 6051433.

HSL color Cylindrical-coordinate representation of color #69565C: hue angle of 341.05º degrees, saturation: 0.1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #69565C is Cyan = 0, Magento = 0.18, Yellow = 0.12 and Black (K on CMYK) = 0.59.

Color convert

RGB1058692-
CMYK00.180.120.59
HSL341.05º9.95%37.45%-
HSV(B)341.05º18.1%41.18%-
XYZ11.0910.4311.55-
YUV92.36127.79137.01-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 37.10%
GREEN value IS 86 (33.98% from 255) = 30.39%
BLUE value IS 92 (36.33% from 255) = 32.51%
R=37.10%
G=30.39%
B=32.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.12
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105869200.180.120.59341.059.9537.45
Hex69565C012C3B155a25
Octal15112613402214735251245
Binary11010011010110101110001001011001110111010101011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69565C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69565C; }

 p { color: rgb(105,86,92); }

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

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

 a { background-color: rgb(105,86,92); }

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

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

 span { border-color: rgb(105,86,92); }

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