Html Css Color HEX #608171 Cutty Sark

📋 copy color: '#608171'

red 96 ◦ green 129 ◦ blue 113

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

Shades of Cutty Sark #608171

Tints of Cutty Sark #608171

RGB

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

 GREEN value IS 129 (50.78% from 255) = 38.17%

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

R = 28.4%
G = 38.17%
B = 33.43%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.12

 K value IS 0.49

RGB Variations

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

Color information

#608171 (or 0x608171) is known color: Cutty Sark. HEX triplet: 60, 81 and 71. RGB value is (96,129,113). Sum of RGB (Red+Green+Blue) = 96+129+113=338 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.40% from 338); Green value is 129 (50.78% from 255 or 38.17% from 338); Blue value is 113 (44.53% from 255 or 33.43% from 338); Max value from RGB is 129 - color contains mainly: green. Hex color #608171 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #608171 is #9F7E8E. Grayscale: #757575. Windows color (decimal): -10452623 or 7438688. OLE color: 7438688.

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

Color convert

RGB 96 129 113 -
CMYK 0.26 0 0.12 0.49
HSL 150.91º 0.15% 0.44% -
HSV(B) 150.91º 0.26% 0.51% -
XYZ 15.65 19.38 18.54 -
YUV 117.31 125.57 112.8 -
System Red Green Blue C M Y K H S L
Decimal 96 129 113 0.26 0 0.12 0.49 150.91 0.15 0.44
Hex 60 81 71 1A 0 C 31 97 F 2C
Octal 140 201 161 32 0 14 61 227 17 54
Binary 1100000 10000001 1110001 11010 0 1100 110001 10010111 1111 101100

Color Harmonies of #608171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608171

Black with #608171

Text Example


Text Example

White with #608171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #608171; }

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

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

background-color css

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

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

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

border-color css

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

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

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