#69555C

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

Shades of Scorpion #69555C

Tints of Scorpion #69555C

Color information

#69555C (or 0x69555C) is unknown color: approx Scorpion. HEX triplet: 69, 55 and 5C. RGB value is (105,85,92). Sum of RGB (Red+Green+Blue) = 105+85+92=282 (37% of max value = 765). Red value is 105 (41.41% from 255 or 37.23% from 282); Green value is 85 (33.59% from 255 or 30.14% from 282); Blue value is 92 (36.33% from 255 or 32.62% from 282); Max value from RGB is 105 - color contains mainly: red. Hex color #69555C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69555C is #96AAA3. Grayscale: #5B5B5B. Windows color (decimal): -9874084 or 6051177. OLE color: 6051177.

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

Color convert

RGB1058592-
CMYK00.190.120.59
HSL339º10.53%37.25%-
HSV(B)339º19.05%41.18%-
XYZ11.0110.2711.53-
YUV91.78128.13137.43-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 37.23%
GREEN value IS 85 (33.59% from 255) = 30.14%
BLUE value IS 92 (36.33% from 255) = 32.62%
R=37.23%
G=30.14%
B=32.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.12
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105859200.190.120.5933910.5337.25
Hex69555C013C3B153b25
Octal15112513402314735231345
Binary11010011010101101110001001111001110111010100111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69555C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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