Html Css Color HEX #628374 Cutty Sark

📋 copy color: '#628374'

red 98 ◦ green 131 ◦ blue 116

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

Shades of Cutty Sark #628374

Tints of Cutty Sark #628374

RGB

 RED value IS 98 (38.67% from 255) = 28.41%

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

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

R = 28.41%
G = 37.97%
B = 33.62%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.11

 K value IS 0.49

RGB Variations

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

Color information

#628374 (or 0x628374) is known color: Cutty Sark. HEX triplet: 62, 83 and 74. RGB value is (98,131,116). Sum of RGB (Red+Green+Blue) = 98+131+116=345 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.41% from 345); Green value is 131 (51.56% from 255 or 37.97% from 345); Blue value is 116 (45.70% from 255 or 33.62% from 345); Max value from RGB is 131 - color contains mainly: green. Hex color #628374 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #628374 is #9D7C8B. Grayscale: #777777. Windows color (decimal): -10321036 or 7635810. OLE color: 7635810.

HSL color Cylindrical-coordinate representation of color #628374: hue angle of 152.73º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #628374 is Cyan = 0.25, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.49.

Color convert

RGB 98 131 116 -
CMYK 0.25 0 0.11 0.49
HSL 152.73º 0.14% 0.45% -
HSV(B) 152.73º 0.25% 0.51% -
XYZ 16.31 20.09 19.54 -
YUV 119.42 126.07 112.72 -
System Red Green Blue C M Y K H S L
Decimal 98 131 116 0.25 0 0.11 0.49 152.73 0.14 0.45
Hex 62 83 74 19 0 B 31 99 E 2D
Octal 142 203 164 31 0 13 61 231 16 55
Binary 1100010 10000011 1110100 11001 0 1011 110001 10011001 1110 101101

Color Harmonies of #628374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #628374

Black with #628374

Text Example


Text Example

White with #628374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #628374; }

 p { color: rgb(98,131,116); }

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

background-color css

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

 a { background-color: rgb(98,131,116); }

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

border-color css

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

 span { border-color: rgb(98,131,116); }

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