#69565E

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

Shades of Scorpion #69565E

Tints of Scorpion #69565E

Color information

#69565E (or 0x69565E) is unknown color: approx Scorpion. HEX triplet: 69, 56 and 5E. RGB value is (105,86,94). Sum of RGB (Red+Green+Blue) = 105+86+94=285 (37% of max value = 765). Red value is 105 (41.41% from 255 or 36.84% from 285); Green value is 86 (33.98% from 255 or 30.18% from 285); Blue value is 94 (37.11% from 255 or 32.98% from 285); Max value from RGB is 105 - color contains mainly: red. Hex color #69565E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69565E is #96A9A1. Grayscale: #5C5C5C. Windows color (decimal): -9873826 or 6182505. OLE color: 6182505.

HSL color Cylindrical-coordinate representation of color #69565E: hue angle of 334.74º 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 #69565E is Cyan = 0, Magento = 0.18, Yellow = 0.10 and Black (K on CMYK) = 0.59.

Color convert

RGB1058694-
CMYK00.180.100.59
HSL334.74º9.95%37.45%-
HSV(B)334.74º18.1%41.18%-
XYZ11.1710.4712.02-
YUV92.59128.79136.85-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 36.84%
GREEN value IS 86 (33.98% from 255) = 30.18%
BLUE value IS 94 (37.11% from 255) = 32.98%
R=36.84%
G=30.18%
B=32.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.10
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105869400.180.100.59334.749.9537.45
Hex69565E012A3B14fa25
Octal15112613602212735171245
Binary11010011010110101111001001010101110111010011111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69565E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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