Html Css Color HEX #61756F Cutty Sark

📋 copy color: '#61756F'

red 97 ◦ green 117 ◦ blue 111

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

Shades of Cutty Sark #61756F

Tints of Cutty Sark #61756F

RGB

 RED value IS 97 (38.28% from 255) = 29.85%

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

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

R = 29.85%
G = 36%
B = 34.15%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.05

 K value IS 0.54

RGB Variations

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

Color information

#61756F (or 0x61756F) is known color: Cutty Sark. HEX triplet: 61, 75 and 6F. RGB value is (97,117,111). Sum of RGB (Red+Green+Blue) = 97+117+111=325 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.85% from 325); Green value is 117 (46.09% from 255 or 36% from 325); Blue value is 111 (43.75% from 255 or 34.15% from 325); Max value from RGB is 117 - color contains mainly: green. Hex color #61756F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61756F is #9E8A90. Grayscale: #6E6E6E. Windows color (decimal): -10390161 or 7304545. OLE color: 7304545.

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

Color convert

RGB 97 117 111 -
CMYK 0.17 0 0.05 0.54
HSL 162º 0.09% 0.42% -
HSV(B) 162º 0.17% 0.46% -
XYZ 14.16 16.41 17.46 -
YUV 110.34 128.37 118.49 -
System Red Green Blue C M Y K H S L
Decimal 97 117 111 0.17 0 0.05 0.54 162 0.09 0.42
Hex 61 75 6F 11 0 5 36 A2 9 2A
Octal 141 165 157 21 0 5 66 242 11 52
Binary 1100001 1110101 1101111 10001 0 101 110110 10100010 1001 101010

Color Harmonies of #61756F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61756F

Black with #61756F

Text Example


Text Example

White with #61756F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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