Html Css Color HEX #608474 Cutty Sark

📋 copy color: '#608474'

red 96 ◦ green 132 ◦ blue 116

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

Shades of Cutty Sark #608474

Tints of Cutty Sark #608474

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 33.72%

R = 27.91%
G = 38.37%
B = 33.72%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.12

 K value IS 0.48

RGB Variations

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

Color information

#608474 (or 0x608474) is known color: Cutty Sark. HEX triplet: 60, 84 and 74. RGB value is (96,132,116). Sum of RGB (Red+Green+Blue) = 96+132+116=344 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.91% from 344); Green value is 132 (51.95% from 255 or 38.37% from 344); Blue value is 116 (45.70% from 255 or 33.72% from 344); Max value from RGB is 132 - color contains mainly: green. Hex color #608474 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #608474 is #9F7B8B. Grayscale: #777777. Windows color (decimal): -10451852 or 7636064. OLE color: 7636064.

HSL color Cylindrical-coordinate representation of color #608474: hue angle of 153.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 #608474 is Cyan = 0.27, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.48.

Color convert

RGB 96 132 116 -
CMYK 0.27 0 0.12 0.48
HSL 153.33º 0.16% 0.45% -
HSV(B) 153.33º 0.27% 0.52% -
XYZ 16.23 20.25 19.58 -
YUV 119.41 126.07 111.3 -
System Red Green Blue C M Y K H S L
Decimal 96 132 116 0.27 0 0.12 0.48 153.33 0.16 0.45
Hex 60 84 74 1B 0 C 30 99 10 2D
Octal 140 204 164 33 0 14 60 231 20 55
Binary 1100000 10000100 1110100 11011 0 1100 110000 10011001 10000 101101

Color Harmonies of #608474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608474

Black with #608474

Text Example


Text Example

White with #608474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #608474; }

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

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

background-color css

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

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

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

border-color css

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

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

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