Html Css Color HEX #66837D Rolling Stone

📋 copy color: '#66837D'

red 102 ◦ green 131 ◦ blue 125

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

Shades of Rolling Stone #66837D

Tints of Rolling Stone #66837D

RGB

 RED value IS 102 (40.23% from 255) = 28.49%

 GREEN value IS 131 (51.56% from 255) = 36.59%

 BLUE value IS 125 (49.22% from 255) = 34.92%

R = 28.49%
G = 36.59%
B = 34.92%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.05

 K value IS 0.49

RGB Variations

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

Color information

#66837D (or 0x66837D) is known color: Rolling Stone. HEX triplet: 66, 83 and 7D. RGB value is (102,131,125). Sum of RGB (Red+Green+Blue) = 102+131+125=358 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.49% from 358); Green value is 131 (51.56% from 255 or 36.59% from 358); Blue value is 125 (49.22% from 255 or 34.92% from 358); Max value from RGB is 131 - color contains mainly: green. Hex color #66837D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66837D is #997C82. Grayscale: #797979. Windows color (decimal): -10058883 or 8225638. OLE color: 8225638.

HSL color Cylindrical-coordinate representation of color #66837D: hue angle of 167.59º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #66837D is Cyan = 0.22, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.49.

Color convert

RGB 102 131 125 -
CMYK 0.22 0 0.05 0.49
HSL 167.59º 0.12% 0.46% -
HSV(B) 167.59º 0.22% 0.51% -
XYZ 17.3 20.54 22.45 -
YUV 121.65 129.89 113.99 -
System Red Green Blue C M Y K H S L
Decimal 102 131 125 0.22 0 0.05 0.49 167.59 0.12 0.46
Hex 66 83 7D 16 0 5 31 A8 C 2E
Octal 146 203 175 26 0 5 61 250 14 56
Binary 1100110 10000011 1111101 10110 0 101 110001 10101000 1100 101110

Color Harmonies of #66837D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66837D

Black with #66837D

Text Example


Text Example

White with #66837D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,131,125); }

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

background-color css

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

 a { background-color: rgb(102,131,125); }

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

border-color css

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

 span { border-color: rgb(102,131,125); }

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