Html Css Color HEX #69585D Scorpion

📋 copy color: '#69585D'

red 105 ◦ green 88 ◦ blue 93

#69585D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Scorpion #69585D

Tints of Scorpion #69585D

RGB

 RED value IS 105 (41.41% from 255) = 36.71%

 GREEN value IS 88 (34.77% from 255) = 30.77%

 BLUE value IS 93 (36.72% from 255) = 32.52%

R = 36.71%
G = 30.77%
B = 32.52%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.11

 K value IS 0.59

RGB Variations

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

Color information

#69585D (or 0x69585D) is known color: Scorpion. HEX triplet: 69, 58 and 5D. RGB value is (105,88,93). Sum of RGB (Red+Green+Blue) = 105+88+93=286 (37% of max value = 765). Red value is 105 (41.41% from 255 or 36.71% from 286); Green value is 88 (34.77% from 255 or 30.77% from 286); Blue value is 93 (36.72% from 255 or 32.52% from 286); Max value from RGB is 105 - color contains mainly: red. Hex color #69585D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69585D is #96A7A2. Grayscale: #5D5D5D. Windows color (decimal): -9873315 or 6117481. OLE color: 6117481.

HSL color Cylindrical-coordinate representation of color #69585D: hue angle of 342.35º degrees, saturation: 0.09, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #69585D is Cyan = 0, Magento = 0.16, Yellow = 0.11 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 88 93 -
CMYK 0 0.16 0.11 0.59
HSL 342.35º 0.09% 0.38% -
HSV(B) 342.35º 0.16% 0.41% -
XYZ 11.29 10.77 11.84 -
YUV 93.65 127.63 136.09 -
System Red Green Blue C M Y K H S L
Decimal 105 88 93 0 0.16 0.11 0.59 342.35 0.09 0.38
Hex 69 58 5D 0 10 B 3B 156 9 26
Octal 151 130 135 0 20 13 73 526 11 46
Binary 1101001 1011000 1011101 0 10000 1011 111011 101010110 1001 100110

Color Harmonies of #69585D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69585D

Black with #69585D

Text Example


Text Example

White with #69585D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69585D; }

 p { color: rgb(105,88,93); }

 H1.HeaderClassName
 {
   color: #69585D;
 }
 .AnyTagClassName
 {
   color: #69585D;
 }
</style>

background-color css

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

 a { background-color: rgb(105,88,93); }

 div.DivClassName
 {
   background-color: #69585D;
 }
 .BgClassName
 {
   background-color: #69585D;
 }
</style>

border-color css

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

 span { border-color: rgb(105,88,93); }

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