Html Css Color HEX #65756F Cutty Sark

📋 copy color: '#65756F'

red 101 ◦ green 117 ◦ blue 111

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

Shades of Cutty Sark #65756F

Tints of Cutty Sark #65756F

RGB

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

 GREEN value IS 117 (46.09% from 255) = 35.56%

 BLUE value IS 111 (43.75% from 255) = 33.74%

R = 30.7%
G = 35.56%
B = 33.74%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.05

 K value IS 0.54

RGB Variations

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

Color information

#65756F (or 0x65756F) is known color: Cutty Sark. HEX triplet: 65, 75 and 6F. RGB value is (101,117,111). Sum of RGB (Red+Green+Blue) = 101+117+111=329 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.70% from 329); Green value is 117 (46.09% from 255 or 35.56% from 329); Blue value is 111 (43.75% from 255 or 33.74% from 329); Max value from RGB is 117 - color contains mainly: green. Hex color #65756F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65756F is #9A8A90. Grayscale: #6F6F6F. Windows color (decimal): -10128017 or 7304549. OLE color: 7304549.

HSL color Cylindrical-coordinate representation of color #65756F: hue angle of 157.5º degrees, saturation: 0.07, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #65756F is Cyan = 0.14, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.54.

Color convert

RGB 101 117 111 -
CMYK 0.14 0 0.05 0.54
HSL 157.5º 0.07% 0.43% -
HSV(B) 157.5º 0.14% 0.46% -
XYZ 14.6 16.64 17.48 -
YUV 111.53 127.7 120.49 -
System Red Green Blue C M Y K H S L
Decimal 101 117 111 0.14 0 0.05 0.54 157.5 0.07 0.43
Hex 65 75 6F E 0 5 36 9E 7 2B
Octal 145 165 157 16 0 5 66 236 7 53
Binary 1100101 1110101 1101111 1110 0 101 110110 10011110 111 101011

Color Harmonies of #65756F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65756F

Black with #65756F

Text Example


Text Example

White with #65756F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65756F; }

 p { color: rgb(101,117,111); }

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

background-color css

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

 a { background-color: rgb(101,117,111); }

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

border-color css

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

 span { border-color: rgb(101,117,111); }

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