Html Css Color HEX #6C555C Scorpion

📋 copy color: '#6C555C'

red 108 ◦ green 85 ◦ blue 92

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

Shades of Scorpion #6C555C

Tints of Scorpion #6C555C

RGB

 RED value IS 108 (42.58% from 255) = 37.89%

 GREEN value IS 85 (33.59% from 255) = 29.82%

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

R = 37.89%
G = 29.82%
B = 32.28%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.15

 K value IS 0.58

RGB Variations

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

Color information

#6C555C (or 0x6C555C) is known color: Scorpion. HEX triplet: 6C, 55 and 5C. RGB value is (108,85,92). Sum of RGB (Red+Green+Blue) = 108+85+92=285 (37% of max value = 765). Red value is 108 (42.58% from 255 or 37.89% from 285); Green value is 85 (33.59% from 255 or 29.82% from 285); Blue value is 92 (36.33% from 255 or 32.28% from 285); Max value from RGB is 108 - color contains mainly: red. Hex color #6C555C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C555C is #93AAA3. Grayscale: #5C5C5C. Windows color (decimal): -9677476 or 6051180. OLE color: 6051180.

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

Color convert

RGB 108 85 92 -
CMYK 0 0.21 0.15 0.58
HSL 341.74º 0.12% 0.38% -
HSV(B) 341.74º 0.21% 0.42% -
XYZ 11.36 10.46 11.54 -
YUV 92.68 127.62 138.93 -
System Red Green Blue C M Y K H S L
Decimal 108 85 92 0 0.21 0.15 0.58 341.74 0.12 0.38
Hex 6C 55 5C 0 15 F 3A 156 C 26
Octal 154 125 134 0 25 17 72 526 14 46
Binary 1101100 1010101 1011100 0 10101 1111 111010 101010110 1100 100110

Color Harmonies of #6C555C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C555C

Black with #6C555C

Text Example


Text Example

White with #6C555C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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