Html Css Color HEX #668576 Cutty Sark

📋 copy color: '#668576'

red 102 ◦ green 133 ◦ blue 118

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

Shades of Cutty Sark #668576

Tints of Cutty Sark #668576

RGB

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

 GREEN value IS 133 (52.34% from 255) = 37.68%

 BLUE value IS 118 (46.48% from 255) = 33.43%

R = 28.9%
G = 37.68%
B = 33.43%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.11

 K value IS 0.48

RGB Variations

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

Color information

#668576 (or 0x668576) is known color: Cutty Sark. HEX triplet: 66, 85 and 76. RGB value is (102,133,118). Sum of RGB (Red+Green+Blue) = 102+133+118=353 (46% of max value = 765). Red value is 102 (40.23% from 255 or 28.90% from 353); Green value is 133 (52.34% from 255 or 37.68% from 353); Blue value is 118 (46.48% from 255 or 33.43% from 353); Max value from RGB is 133 - color contains mainly: green. Hex color #668576 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #668576 is #997A89. Grayscale: #7A7A7A. Windows color (decimal): -10058378 or 7767398. OLE color: 7767398.

HSL color Cylindrical-coordinate representation of color #668576: hue angle of 150.97º degrees, saturation: 0.13, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #668576 is Cyan = 0.23, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.48.

Color convert

RGB 102 133 118 -
CMYK 0.23 0 0.11 0.48
HSL 150.97º 0.13% 0.46% -
HSV(B) 150.97º 0.23% 0.52% -
XYZ 17.14 20.91 20.27 -
YUV 122.02 125.73 113.72 -
System Red Green Blue C M Y K H S L
Decimal 102 133 118 0.23 0 0.11 0.48 150.97 0.13 0.46
Hex 66 85 76 17 0 B 30 97 D 2E
Octal 146 205 166 27 0 13 60 227 15 56
Binary 1100110 10000101 1110110 10111 0 1011 110000 10010111 1101 101110

Color Harmonies of #668576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668576

Black with #668576

Text Example


Text Example

White with #668576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #668576; }

 p { color: rgb(102,133,118); }

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

background-color css

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

 a { background-color: rgb(102,133,118); }

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

border-color css

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

 span { border-color: rgb(102,133,118); }

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