Html Css Color HEX #608471 Cutty Sark

📋 copy color: '#608471'

red 96 ◦ green 132 ◦ blue 113

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

Shades of Cutty Sark #608471

Tints of Cutty Sark #608471

RGB

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

 GREEN value IS 132 (51.95% from 255) = 38.71%

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

R = 28.15%
G = 38.71%
B = 33.14%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.14

 K value IS 0.48

RGB Variations

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

Color information

#608471 (or 0x608471) is known color: Cutty Sark. HEX triplet: 60, 84 and 71. RGB value is (96,132,113). Sum of RGB (Red+Green+Blue) = 96+132+113=341 (45% of max value = 765). Red value is 96 (37.89% from 255 or 28.15% from 341); Green value is 132 (51.95% from 255 or 38.71% from 341); Blue value is 113 (44.53% from 255 or 33.14% from 341); Max value from RGB is 132 - color contains mainly: green. Hex color #608471 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #608471 is #9F7B8E. Grayscale: #777777. Windows color (decimal): -10451855 or 7439456. OLE color: 7439456.

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

Color convert

RGB 96 132 113 -
CMYK 0.27 0 0.14 0.48
HSL 148.33º 0.16% 0.45% -
HSV(B) 148.33º 0.27% 0.52% -
XYZ 16.06 20.18 18.67 -
YUV 119.07 124.57 111.54 -
System Red Green Blue C M Y K H S L
Decimal 96 132 113 0.27 0 0.14 0.48 148.33 0.16 0.45
Hex 60 84 71 1B 0 E 30 94 10 2D
Octal 140 204 161 33 0 16 60 224 20 55
Binary 1100000 10000100 1110001 11011 0 1110 110000 10010100 10000 101101

Color Harmonies of #608471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608471

Black with #608471

Text Example


Text Example

White with #608471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #608471; }

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

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

background-color css

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

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

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

border-color css

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

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

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