Html Css Color HEX #608373 Cutty Sark

📋 copy color: '#608373'

red 96 ◦ green 131 ◦ blue 115

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

Shades of Cutty Sark #608373

Tints of Cutty Sark #608373

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 33.63%

R = 28.07%
G = 38.3%
B = 33.63%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.12

 K value IS 0.49

RGB Variations

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

Color information

#608373 (or 0x608373) is known color: Cutty Sark. HEX triplet: 60, 83 and 73. RGB value is (96,131,115). Sum of RGB (Red+Green+Blue) = 96+131+115=342 (45% of max value = 765). Red value is 96 (37.89% from 255 or 28.07% from 342); Green value is 131 (51.56% from 255 or 38.30% from 342); Blue value is 115 (45.31% from 255 or 33.63% from 342); Max value from RGB is 131 - color contains mainly: green. Hex color #608373 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #608373 is #9F7C8C. Grayscale: #767676. Windows color (decimal): -10452109 or 7570272. OLE color: 7570272.

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

Color convert

RGB 96 131 115 -
CMYK 0.27 0 0.12 0.49
HSL 152.57º 0.15% 0.45% -
HSV(B) 152.57º 0.27% 0.51% -
XYZ 16.03 19.96 19.23 -
YUV 118.71 125.9 111.8 -
System Red Green Blue C M Y K H S L
Decimal 96 131 115 0.27 0 0.12 0.49 152.57 0.15 0.45
Hex 60 83 73 1B 0 C 31 99 F 2D
Octal 140 203 163 33 0 14 61 231 17 55
Binary 1100000 10000011 1110011 11011 0 1100 110001 10011001 1111 101101

Color Harmonies of #608373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608373

Black with #608373

Text Example


Text Example

White with #608373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #608373; }

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

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

background-color css

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

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

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

border-color css

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

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

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