Html Css Color HEX #6C7271 Rolling Stone

📋 copy color: '#6C7271'

red 108 ◦ green 114 ◦ blue 113

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

Shades of Rolling Stone #6C7271

Tints of Rolling Stone #6C7271

RGB

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

 GREEN value IS 114 (44.92% from 255) = 34.03%

 BLUE value IS 113 (44.53% from 255) = 33.73%

R = 32.24%
G = 34.03%
B = 33.73%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.01

 K value IS 0.55

RGB Variations

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

Color information

#6C7271 (or 0x6C7271) is known color: Rolling Stone. HEX triplet: 6C, 72 and 71. RGB value is (108,114,113). Sum of RGB (Red+Green+Blue) = 108+114+113=335 (44% of max value = 765). Red value is 108 (42.58% from 255 or 32.24% from 335); Green value is 114 (44.92% from 255 or 34.03% from 335); Blue value is 113 (44.53% from 255 or 33.73% from 335); Max value from RGB is 114 - color contains mainly: green. Hex color #6C7271 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C7271 is #938D8E. Grayscale: #707070. Windows color (decimal): -9670031 or 7434860. OLE color: 7434860.

HSL color Cylindrical-coordinate representation of color #6C7271: hue angle of 170º degrees, saturation: 0.03, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #6C7271 is Cyan = 0.05, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.55.

Color convert

RGB 108 114 113 -
CMYK 0.05 0 0.01 0.55
HSL 170º 0.03% 0.44% -
HSV(B) 170º 0.05% 0.45% -
XYZ 15.18 16.42 17.99 -
YUV 112.09 128.51 125.08 -
System Red Green Blue C M Y K H S L
Decimal 108 114 113 0.05 0 0.01 0.55 170 0.03 0.44
Hex 6C 72 71 5 0 1 37 AA 3 2C
Octal 154 162 161 5 0 1 67 252 3 54
Binary 1101100 1110010 1110001 101 0 1 110111 10101010 11 101100

Color Harmonies of #6C7271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C7271

Black with #6C7271

Text Example


Text Example

White with #6C7271

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,114,113); }

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

background-color css

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

 a { background-color: rgb(108,114,113); }

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

border-color css

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

 span { border-color: rgb(108,114,113); }

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