Html Css Color HEX #668575 Cutty Sark

📋 copy color: '#668575'

red 102 ◦ green 133 ◦ blue 117

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

Shades of Cutty Sark #668575

Tints of Cutty Sark #668575

RGB

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

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

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

R = 28.98%
G = 37.78%
B = 33.24%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.12

 K value IS 0.48

RGB Variations

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

Color information

#668575 (or 0x668575) is known color: Cutty Sark. HEX triplet: 66, 85 and 75. RGB value is (102,133,117). Sum of RGB (Red+Green+Blue) = 102+133+117=352 (46% of max value = 765). Red value is 102 (40.23% from 255 or 28.98% from 352); Green value is 133 (52.34% from 255 or 37.78% from 352); Blue value is 117 (46.09% from 255 or 33.24% from 352); Max value from RGB is 133 - color contains mainly: green. Hex color #668575 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #668575 is #997A8A. Grayscale: #797979. Windows color (decimal): -10058379 or 7701862. OLE color: 7701862.

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

Color convert

RGB 102 133 117 -
CMYK 0.23 0 0.12 0.48
HSL 149.03º 0.13% 0.46% -
HSV(B) 149.03º 0.23% 0.52% -
XYZ 17.08 20.88 19.96 -
YUV 121.91 125.23 113.8 -
System Red Green Blue C M Y K H S L
Decimal 102 133 117 0.23 0 0.12 0.48 149.03 0.13 0.46
Hex 66 85 75 17 0 C 30 95 D 2E
Octal 146 205 165 27 0 14 60 225 15 56
Binary 1100110 10000101 1110101 10111 0 1100 110000 10010101 1101 101110

Color Harmonies of #668575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668575

Black with #668575

Text Example


Text Example

White with #668575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #668575; }

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

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

background-color css

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

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

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

border-color css

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

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

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