Html Css Color HEX #608371 Cutty Sark

📋 copy color: '#608371'

red 96 ◦ green 131 ◦ blue 113

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

Shades of Cutty Sark #608371

Tints of Cutty Sark #608371

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 33.24%

R = 28.24%
G = 38.53%
B = 33.24%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.14

 K value IS 0.49

RGB Variations

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

Color information

#608371 (or 0x608371) is known color: Cutty Sark. HEX triplet: 60, 83 and 71. RGB value is (96,131,113). Sum of RGB (Red+Green+Blue) = 96+131+113=340 (45% of max value = 765). Red value is 96 (37.89% from 255 or 28.24% from 340); Green value is 131 (51.56% from 255 or 38.53% from 340); Blue value is 113 (44.53% from 255 or 33.24% from 340); Max value from RGB is 131 - color contains mainly: green. Hex color #608371 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #608371 is #9F7C8E. Grayscale: #767676. Windows color (decimal): -10452111 or 7439200. OLE color: 7439200.

HSL color Cylindrical-coordinate representation of color #608371: hue angle of 149.14º 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 #608371 is Cyan = 0.27, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.49.

Color convert

RGB 96 131 113 -
CMYK 0.27 0 0.14 0.49
HSL 149.14º 0.15% 0.45% -
HSV(B) 149.14º 0.27% 0.51% -
XYZ 15.92 19.91 18.63 -
YUV 118.48 124.9 111.96 -
System Red Green Blue C M Y K H S L
Decimal 96 131 113 0.27 0 0.14 0.49 149.14 0.15 0.45
Hex 60 83 71 1B 0 E 31 95 F 2D
Octal 140 203 161 33 0 16 61 225 17 55
Binary 1100000 10000011 1110001 11011 0 1110 110001 10010101 1111 101101

Color Harmonies of #608371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608371

Black with #608371

Text Example


Text Example

White with #608371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #608371; }

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

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

background-color css

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

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

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

border-color css

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

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

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