Html Css Color HEX #65867B Cutty Sark

📋 copy color: '#65867B'

red 101 ◦ green 134 ◦ blue 123

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

Shades of Cutty Sark #65867B

Tints of Cutty Sark #65867B

RGB

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

 GREEN value IS 134 (52.73% from 255) = 37.43%

 BLUE value IS 123 (48.44% from 255) = 34.36%

R = 28.21%
G = 37.43%
B = 34.36%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.08

 K value IS 0.47

RGB Variations

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

Color information

#65867B (or 0x65867B) is known color: Cutty Sark. HEX triplet: 65, 86 and 7B. RGB value is (101,134,123). Sum of RGB (Red+Green+Blue) = 101+134+123=358 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.21% from 358); Green value is 134 (52.73% from 255 or 37.43% from 358); Blue value is 123 (48.44% from 255 or 34.36% from 358); Max value from RGB is 134 - color contains mainly: green. Hex color #65867B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65867B is #9A7984. Grayscale: #7A7A7A. Windows color (decimal): -10123653 or 8095333. OLE color: 8095333.

HSL color Cylindrical-coordinate representation of color #65867B: hue angle of 160º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #65867B is Cyan = 0.25, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.47.

Color convert

RGB 101 134 123 -
CMYK 0.25 0 0.08 0.47
HSL 160º 0.14% 0.46% -
HSV(B) 160º 0.25% 0.53% -
XYZ 17.47 21.25 21.92 -
YUV 122.88 128.07 112.39 -
System Red Green Blue C M Y K H S L
Decimal 101 134 123 0.25 0 0.08 0.47 160 0.14 0.46
Hex 65 86 7B 19 0 8 2F A0 E 2E
Octal 145 206 173 31 0 10 57 240 16 56
Binary 1100101 10000110 1111011 11001 0 1000 101111 10100000 1110 101110

Color Harmonies of #65867B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65867B

Black with #65867B

Text Example


Text Example

White with #65867B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65867B; }

 p { color: rgb(101,134,123); }

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

background-color css

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

 a { background-color: rgb(101,134,123); }

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

border-color css

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

 span { border-color: rgb(101,134,123); }

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