Html Css Color HEX #608377 Cutty Sark

📋 copy color: '#608377'

red 96 ◦ green 131 ◦ blue 119

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

Shades of Cutty Sark #608377

Tints of Cutty Sark #608377

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 34.39%

R = 27.75%
G = 37.86%
B = 34.39%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.09

 K value IS 0.49

RGB Variations

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

Color information

#608377 (or 0x608377) is known color: Cutty Sark. HEX triplet: 60, 83 and 77. RGB value is (96,131,119). Sum of RGB (Red+Green+Blue) = 96+131+119=346 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.75% from 346); Green value is 131 (51.56% from 255 or 37.86% from 346); Blue value is 119 (46.88% from 255 or 34.39% from 346); Max value from RGB is 131 - color contains mainly: green. Hex color #608377 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #608377 is #9F7C88. Grayscale: #777777. Windows color (decimal): -10452105 or 7832416. OLE color: 7832416.

HSL color Cylindrical-coordinate representation of color #608377: hue angle of 159.43º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #608377 is Cyan = 0.27, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.49.

Color convert

RGB 96 131 119 -
CMYK 0.27 0 0.09 0.49
HSL 159.43º 0.15% 0.45% -
HSV(B) 159.43º 0.27% 0.51% -
XYZ 16.27 20.05 20.47 -
YUV 119.17 127.9 111.48 -
System Red Green Blue C M Y K H S L
Decimal 96 131 119 0.27 0 0.09 0.49 159.43 0.15 0.45
Hex 60 83 77 1B 0 9 31 9F F 2D
Octal 140 203 167 33 0 11 61 237 17 55
Binary 1100000 10000011 1110111 11011 0 1001 110001 10011111 1111 101101

Color Harmonies of #608377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608377

Black with #608377

Text Example


Text Example

White with #608377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #608377; }

 p { color: rgb(96,131,119); }

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

background-color css

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

 a { background-color: rgb(96,131,119); }

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

border-color css

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

 span { border-color: rgb(96,131,119); }

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