Html Css Color HEX #608575 Cutty Sark

📋 copy color: '#608575'

red 96 ◦ green 133 ◦ blue 117

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

Shades of Cutty Sark #608575

Tints of Cutty Sark #608575

RGB

 RED value IS 96 (37.89% from 255) = 27.75%

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

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

R = 27.75%
G = 38.44%
B = 33.82%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.12

 K value IS 0.48

RGB Variations

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

Color information

#608575 (or 0x608575) is known color: Cutty Sark. HEX triplet: 60, 85 and 75. RGB value is (96,133,117). Sum of RGB (Red+Green+Blue) = 96+133+117=346 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.75% from 346); Green value is 133 (52.34% from 255 or 38.44% from 346); Blue value is 117 (46.09% from 255 or 33.82% from 346); Max value from RGB is 133 - color contains mainly: green. Hex color #608575 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #608575 is #9F7A8A. Grayscale: #787878. Windows color (decimal): -10451595 or 7701856. OLE color: 7701856.

HSL color Cylindrical-coordinate representation of color #608575: hue angle of 154.05º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #608575 is Cyan = 0.28, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.48.

Color convert

RGB 96 133 117 -
CMYK 0.28 0 0.12 0.48
HSL 154.05º 0.16% 0.45% -
HSV(B) 154.05º 0.28% 0.52% -
XYZ 16.42 20.55 19.93 -
YUV 120.11 126.24 110.8 -
System Red Green Blue C M Y K H S L
Decimal 96 133 117 0.28 0 0.12 0.48 154.05 0.16 0.45
Hex 60 85 75 1C 0 C 30 9A 10 2D
Octal 140 205 165 34 0 14 60 232 20 55
Binary 1100000 10000101 1110101 11100 0 1100 110000 10011010 10000 101101

Color Harmonies of #608575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608575

Black with #608575

Text Example


Text Example

White with #608575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #608575; }

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

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

background-color css

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

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

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

border-color css

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

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

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