Html Css Color HEX #628275 Cutty Sark

📋 copy color: '#628275'

red 98 ◦ green 130 ◦ blue 117

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

Shades of Cutty Sark #628275

Tints of Cutty Sark #628275

RGB

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

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

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

R = 28.41%
G = 37.68%
B = 33.91%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.1

 K value IS 0.49

RGB Variations

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

Color information

#628275 (or 0x628275) is known color: Cutty Sark. HEX triplet: 62, 82 and 75. RGB value is (98,130,117). Sum of RGB (Red+Green+Blue) = 98+130+117=345 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.41% from 345); Green value is 130 (51.17% from 255 or 37.68% from 345); Blue value is 117 (46.09% from 255 or 33.91% from 345); Max value from RGB is 130 - color contains mainly: green. Hex color #628275 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #628275 is #9D7D8A. Grayscale: #767676. Windows color (decimal): -10321291 or 7701090. OLE color: 7701090.

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

Color convert

RGB 98 130 117 -
CMYK 0.25 0 0.1 0.49
HSL 155.63º 0.14% 0.45% -
HSV(B) 155.63º 0.25% 0.51% -
XYZ 16.23 19.85 19.8 -
YUV 118.95 126.9 113.06 -
System Red Green Blue C M Y K H S L
Decimal 98 130 117 0.25 0 0.1 0.49 155.63 0.14 0.45
Hex 62 82 75 19 0 A 31 9C E 2D
Octal 142 202 165 31 0 12 61 234 16 55
Binary 1100010 10000010 1110101 11001 0 1010 110001 10011100 1110 101101

Color Harmonies of #628275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #628275

Black with #628275

Text Example


Text Example

White with #628275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #628275; }

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

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

background-color css

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

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

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

border-color css

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

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

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