Html Css Color HEX #628474 Cutty Sark

📋 copy color: '#628474'

red 98 ◦ green 132 ◦ blue 116

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

Shades of Cutty Sark #628474

Tints of Cutty Sark #628474

RGB

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

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

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

R = 28.32%
G = 38.15%
B = 33.53%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.12

 K value IS 0.48

RGB Variations

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

Color information

#628474 (or 0x628474) is known color: Cutty Sark. HEX triplet: 62, 84 and 74. RGB value is (98,132,116). Sum of RGB (Red+Green+Blue) = 98+132+116=346 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.32% from 346); Green value is 132 (51.95% from 255 or 38.15% from 346); Blue value is 116 (45.70% from 255 or 33.53% from 346); Max value from RGB is 132 - color contains mainly: green. Hex color #628474 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #628474 is #9D7B8B. Grayscale: #787878. Windows color (decimal): -10320780 or 7636066. OLE color: 7636066.

HSL color Cylindrical-coordinate representation of color #628474: hue angle of 151.76º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #628474 is Cyan = 0.26, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.48.

Color convert

RGB 98 132 116 -
CMYK 0.26 0 0.12 0.48
HSL 151.76º 0.15% 0.45% -
HSV(B) 151.76º 0.26% 0.52% -
XYZ 16.44 20.36 19.59 -
YUV 120.01 125.74 112.3 -
System Red Green Blue C M Y K H S L
Decimal 98 132 116 0.26 0 0.12 0.48 151.76 0.15 0.45
Hex 62 84 74 1A 0 C 30 98 F 2D
Octal 142 204 164 32 0 14 60 230 17 55
Binary 1100010 10000100 1110100 11010 0 1100 110000 10011000 1111 101101

Color Harmonies of #628474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #628474

Black with #628474

Text Example


Text Example

White with #628474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #628474; }

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

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

background-color css

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

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

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

border-color css

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

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

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