Html Css Color HEX #668475 Cutty Sark

📋 copy color: '#668475'

red 102 ◦ green 132 ◦ blue 117

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

Shades of Cutty Sark #668475

Tints of Cutty Sark #668475

RGB

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

 GREEN value IS 132 (51.95% from 255) = 37.61%

 BLUE value IS 117 (46.09% from 255) = 33.33%

R = 29.06%
G = 37.61%
B = 33.33%

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

#668475 (or 0x668475) is known color: Cutty Sark. HEX triplet: 66, 84 and 75. RGB value is (102,132,117). Sum of RGB (Red+Green+Blue) = 102+132+117=351 (46% of max value = 765). Red value is 102 (40.23% from 255 or 29.06% from 351); Green value is 132 (51.95% from 255 or 37.61% from 351); Blue value is 117 (46.09% from 255 or 33.33% from 351); Max value from RGB is 132 - color contains mainly: green. Hex color #668475 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #668475 is #997B8A. Grayscale: #797979. Windows color (decimal): -10058635 or 7701606. OLE color: 7701606.

HSL color Cylindrical-coordinate representation of color #668475: hue angle of 150º 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 #668475 is Cyan = 0.23, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.48.

Color convert

RGB 102 132 117 -
CMYK 0.23 0 0.11 0.48
HSL 150º 0.13% 0.46% -
HSV(B) 150º 0.23% 0.52% -
XYZ 16.94 20.61 19.92 -
YUV 121.32 125.56 114.22 -
System Red Green Blue C M Y K H S L
Decimal 102 132 117 0.23 0 0.11 0.48 150 0.13 0.46
Hex 66 84 75 17 0 B 30 96 D 2E
Octal 146 204 165 27 0 13 60 226 15 56
Binary 1100110 10000100 1110101 10111 0 1011 110000 10010110 1101 101110

Color Harmonies of #668475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668475

Black with #668475

Text Example


Text Example

White with #668475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #668475; }

 p { color: rgb(102,132,117); }

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

background-color css

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

 a { background-color: rgb(102,132,117); }

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

border-color css

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

 span { border-color: rgb(102,132,117); }

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