Html Css Color HEX #6A575C Scorpion

📋 copy color: '#6A575C'

red 106 ◦ green 87 ◦ blue 92

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

Shades of Scorpion #6A575C

Tints of Scorpion #6A575C

RGB

 RED value IS 106 (41.8% from 255) = 37.19%

 GREEN value IS 87 (34.38% from 255) = 30.53%

 BLUE value IS 92 (36.33% from 255) = 32.28%

R = 37.19%
G = 30.53%
B = 32.28%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.13

 K value IS 0.58

RGB Variations

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

Color information

#6A575C (or 0x6A575C) is known color: Scorpion. HEX triplet: 6A, 57 and 5C. RGB value is (106,87,92). Sum of RGB (Red+Green+Blue) = 106+87+92=285 (37% of max value = 765). Red value is 106 (41.80% from 255 or 37.19% from 285); Green value is 87 (34.38% from 255 or 30.53% from 285); Blue value is 92 (36.33% from 255 or 32.28% from 285); Max value from RGB is 106 - color contains mainly: red. Hex color #6A575C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A575C is #95A8A3. Grayscale: #5D5D5D. Windows color (decimal): -9808036 or 6051690. OLE color: 6051690.

HSL color Cylindrical-coordinate representation of color #6A575C: hue angle of 344.21º degrees, saturation: 0.1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #6A575C is Cyan = 0, Magento = 0.18, Yellow = 0.13 and Black (K on CMYK) = 0.58.

Color convert

RGB 106 87 92 -
CMYK 0 0.18 0.13 0.58
HSL 344.21º 0.1% 0.38% -
HSV(B) 344.21º 0.18% 0.42% -
XYZ 11.28 10.65 11.59 -
YUV 93.25 127.29 137.09 -
System Red Green Blue C M Y K H S L
Decimal 106 87 92 0 0.18 0.13 0.58 344.21 0.1 0.38
Hex 6A 57 5C 0 12 D 3A 158 A 26
Octal 152 127 134 0 22 15 72 530 12 46
Binary 1101010 1010111 1011100 0 10010 1101 111010 101011000 1010 100110

Color Harmonies of #6A575C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A575C

Black with #6A575C

Text Example


Text Example

White with #6A575C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6A575C; }

 p { color: rgb(106,87,92); }

 H1.HeaderClassName
 {
   color: #6A575C;
 }
 .AnyTagClassName
 {
   color: #6A575C;
 }
</style>

background-color css

<style>
 a { background-color: #6A575C; }

 a { background-color: rgb(106,87,92); }

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

border-color css

<style>
 span { border-color: #6A575C; }

 span { border-color: rgb(106,87,92); }

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