Html Css Color HEX #658279 Cutty Sark

📋 copy color: '#658279'

red 101 ◦ green 130 ◦ blue 121

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

Shades of Cutty Sark #658279

Tints of Cutty Sark #658279

RGB

 RED value IS 101 (39.84% from 255) = 28.69%

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

 BLUE value IS 121 (47.66% from 255) = 34.38%

R = 28.69%
G = 36.93%
B = 34.38%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.07

 K value IS 0.49

RGB Variations

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

Color information

#658279 (or 0x658279) is known color: Cutty Sark. HEX triplet: 65, 82 and 79. RGB value is (101,130,121). Sum of RGB (Red+Green+Blue) = 101+130+121=352 (46% of max value = 765). Red value is 101 (39.84% from 255 or 28.69% from 352); Green value is 130 (51.17% from 255 or 36.93% from 352); Blue value is 121 (47.66% from 255 or 34.38% from 352); Max value from RGB is 130 - color contains mainly: green. Hex color #658279 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #658279 is #9A7D86. Grayscale: #787878. Windows color (decimal): -10124679 or 7963237. OLE color: 7963237.

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

Color convert

RGB 101 130 121 -
CMYK 0.22 0 0.07 0.49
HSL 161.38º 0.13% 0.45% -
HSV(B) 161.38º 0.22% 0.51% -
XYZ 16.8 20.11 21.09 -
YUV 120.3 128.39 114.23 -
System Red Green Blue C M Y K H S L
Decimal 101 130 121 0.22 0 0.07 0.49 161.38 0.13 0.45
Hex 65 82 79 16 0 7 31 A1 D 2D
Octal 145 202 171 26 0 7 61 241 15 55
Binary 1100101 10000010 1111001 10110 0 111 110001 10100001 1101 101101

Color Harmonies of #658279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #658279

Black with #658279

Text Example


Text Example

White with #658279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #658279; }

 p { color: rgb(101,130,121); }

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

background-color css

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

 a { background-color: rgb(101,130,121); }

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

border-color css

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

 span { border-color: rgb(101,130,121); }

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