Html Css Color HEX #608275 Cutty Sark

📋 copy color: '#608275'

red 96 ◦ green 130 ◦ blue 117

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

Shades of Cutty Sark #608275

Tints of Cutty Sark #608275

RGB

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

 GREEN value IS 130 (51.17% from 255) = 37.9%

 BLUE value IS 117 (46.09% from 255) = 34.11%

R = 27.99%
G = 37.9%
B = 34.11%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.1

 K value IS 0.49

RGB Variations

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

Color information

#608275 (or 0x608275) is known color: Cutty Sark. HEX triplet: 60, 82 and 75. RGB value is (96,130,117). Sum of RGB (Red+Green+Blue) = 96+130+117=343 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.99% from 343); Green value is 130 (51.17% from 255 or 37.90% from 343); Blue value is 117 (46.09% from 255 or 34.11% from 343); Max value from RGB is 130 - color contains mainly: green. Hex color #608275 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #608275 is #9F7D8A. Grayscale: #767676. Windows color (decimal): -10452363 or 7701088. OLE color: 7701088.

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

Color convert

RGB 96 130 117 -
CMYK 0.26 0 0.1 0.49
HSL 157.06º 0.15% 0.44% -
HSV(B) 157.06º 0.26% 0.51% -
XYZ 16.02 19.74 19.79 -
YUV 118.35 127.24 112.06 -
System Red Green Blue C M Y K H S L
Decimal 96 130 117 0.26 0 0.1 0.49 157.06 0.15 0.44
Hex 60 82 75 1A 0 A 31 9D F 2C
Octal 140 202 165 32 0 12 61 235 17 54
Binary 1100000 10000010 1110101 11010 0 1010 110001 10011101 1111 101100

Color Harmonies of #608275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608275

Black with #608275

Text Example


Text Example

White with #608275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #608275; }

 p { color: rgb(96,130,117); }

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

background-color css

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

 a { background-color: rgb(96,130,117); }

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

border-color css

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

 span { border-color: rgb(96,130,117); }

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