Html Css Color HEX #6C7573 Rolling Stone

📋 copy color: '#6C7573'

red 108 ◦ green 117 ◦ blue 115

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

Shades of Rolling Stone #6C7573

Tints of Rolling Stone #6C7573

RGB

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

 GREEN value IS 117 (46.09% from 255) = 34.41%

 BLUE value IS 115 (45.31% from 255) = 33.82%

R = 31.76%
G = 34.41%
B = 33.82%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.02

 K value IS 0.54

RGB Variations

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

Color information

#6C7573 (or 0x6C7573) is known color: Rolling Stone. HEX triplet: 6C, 75 and 73. RGB value is (108,117,115). Sum of RGB (Red+Green+Blue) = 108+117+115=340 (45% of max value = 765). Red value is 108 (42.58% from 255 or 31.76% from 340); Green value is 117 (46.09% from 255 or 34.41% from 340); Blue value is 115 (45.31% from 255 or 33.82% from 340); Max value from RGB is 117 - color contains mainly: green. Hex color #6C7573 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C7573 is #938A8C. Grayscale: #727272. Windows color (decimal): -9669261 or 7566700. OLE color: 7566700.

HSL color Cylindrical-coordinate representation of color #6C7573: hue angle of 166.67º degrees, saturation: 0.04, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #6C7573 is Cyan = 0.08, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.54.

Color convert

RGB 108 117 115 -
CMYK 0.08 0 0.02 0.54
HSL 166.67º 0.04% 0.44% -
HSV(B) 166.67º 0.08% 0.46% -
XYZ 15.64 17.15 18.71 -
YUV 114.08 128.52 123.66 -
System Red Green Blue C M Y K H S L
Decimal 108 117 115 0.08 0 0.02 0.54 166.67 0.04 0.44
Hex 6C 75 73 8 0 2 36 A7 4 2C
Octal 154 165 163 10 0 2 66 247 4 54
Binary 1101100 1110101 1110011 1000 0 10 110110 10100111 100 101100

Color Harmonies of #6C7573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C7573

Black with #6C7573

Text Example


Text Example

White with #6C7573

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,117,115); }

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

background-color css

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

 a { background-color: rgb(108,117,115); }

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

border-color css

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

 span { border-color: rgb(108,117,115); }

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