Html Css Color HEX #65847A Cutty Sark

📋 copy color: '#65847A'

red 101 ◦ green 132 ◦ blue 122

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

Shades of Cutty Sark #65847A

Tints of Cutty Sark #65847A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 34.37%

R = 28.45%
G = 37.18%
B = 34.37%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.08

 K value IS 0.48

RGB Variations

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

Color information

#65847A (or 0x65847A) is known color: Cutty Sark. HEX triplet: 65, 84 and 7A. RGB value is (101,132,122). Sum of RGB (Red+Green+Blue) = 101+132+122=355 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.45% from 355); Green value is 132 (51.95% from 255 or 37.18% from 355); Blue value is 122 (48.05% from 255 or 34.37% from 355); Max value from RGB is 132 - color contains mainly: green. Hex color #65847A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65847A is #9A7B85. Grayscale: #797979. Windows color (decimal): -10124166 or 8029285. OLE color: 8029285.

HSL color Cylindrical-coordinate representation of color #65847A: hue angle of 160.65º degrees, saturation: 0.13, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #65847A is Cyan = 0.23, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.48.

Color convert

RGB 101 132 122 -
CMYK 0.23 0 0.08 0.48
HSL 160.65º 0.13% 0.46% -
HSV(B) 160.65º 0.23% 0.52% -
XYZ 17.13 20.67 21.5 -
YUV 121.59 128.23 113.31 -
System Red Green Blue C M Y K H S L
Decimal 101 132 122 0.23 0 0.08 0.48 160.65 0.13 0.46
Hex 65 84 7A 17 0 8 30 A1 D 2E
Octal 145 204 172 27 0 10 60 241 15 56
Binary 1100101 10000100 1111010 10111 0 1000 110000 10100001 1101 101110

Color Harmonies of #65847A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65847A

Black with #65847A

Text Example


Text Example

White with #65847A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65847A; }

 p { color: rgb(101,132,122); }

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

background-color css

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

 a { background-color: rgb(101,132,122); }

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

border-color css

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

 span { border-color: rgb(101,132,122); }

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