Html Css Color HEX #608372 Cutty Sark

📋 copy color: '#608372'

red 96 ◦ green 131 ◦ blue 114

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

Shades of Cutty Sark #608372

Tints of Cutty Sark #608372

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 33.43%

R = 28.15%
G = 38.42%
B = 33.43%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.13

 K value IS 0.49

RGB Variations

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

Color information

#608372 (or 0x608372) is known color: Cutty Sark. HEX triplet: 60, 83 and 72. RGB value is (96,131,114). Sum of RGB (Red+Green+Blue) = 96+131+114=341 (45% of max value = 765). Red value is 96 (37.89% from 255 or 28.15% from 341); Green value is 131 (51.56% from 255 or 38.42% from 341); Blue value is 114 (44.92% from 255 or 33.43% from 341); Max value from RGB is 131 - color contains mainly: green. Hex color #608372 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #608372 is #9F7C8D. Grayscale: #767676. Windows color (decimal): -10452110 or 7504736. OLE color: 7504736.

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

Color convert

RGB 96 131 114 -
CMYK 0.27 0 0.13 0.49
HSL 150.86º 0.15% 0.45% -
HSV(B) 150.86º 0.27% 0.51% -
XYZ 15.98 19.93 18.93 -
YUV 118.6 125.4 111.88 -
System Red Green Blue C M Y K H S L
Decimal 96 131 114 0.27 0 0.13 0.49 150.86 0.15 0.45
Hex 60 83 72 1B 0 D 31 97 F 2D
Octal 140 203 162 33 0 15 61 227 17 55
Binary 1100000 10000011 1110010 11011 0 1101 110001 10010111 1111 101101

Color Harmonies of #608372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608372

Black with #608372

Text Example


Text Example

White with #608372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #608372; }

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

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

background-color css

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

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

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

border-color css

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

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

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