Html Css Color HEX #61736D Cutty Sark

📋 copy color: '#61736D'

red 97 ◦ green 115 ◦ blue 109

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

Shades of Cutty Sark #61736D

Tints of Cutty Sark #61736D

RGB

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

 GREEN value IS 115 (45.31% from 255) = 35.83%

 BLUE value IS 109 (42.97% from 255) = 33.96%

R = 30.22%
G = 35.83%
B = 33.96%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.05

 K value IS 0.55

RGB Variations

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

Color information

#61736D (or 0x61736D) is known color: Cutty Sark. HEX triplet: 61, 73 and 6D. RGB value is (97,115,109). Sum of RGB (Red+Green+Blue) = 97+115+109=321 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.22% from 321); Green value is 115 (45.31% from 255 or 35.83% from 321); Blue value is 109 (42.97% from 255 or 33.96% from 321); Max value from RGB is 115 - color contains mainly: green. Hex color #61736D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61736D is #9E8C92. Grayscale: #6C6C6C. Windows color (decimal): -10390675 or 7172961. OLE color: 7172961.

HSL color Cylindrical-coordinate representation of color #61736D: hue angle of 160º degrees, saturation: 0.08, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #61736D is Cyan = 0.16, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.55.

Color convert

RGB 97 115 109 -
CMYK 0.16 0 0.05 0.55
HSL 160º 0.08% 0.42% -
HSV(B) 160º 0.16% 0.45% -
XYZ 13.82 15.91 16.81 -
YUV 108.93 128.04 119.49 -
System Red Green Blue C M Y K H S L
Decimal 97 115 109 0.16 0 0.05 0.55 160 0.08 0.42
Hex 61 73 6D 10 0 5 37 A0 8 2A
Octal 141 163 155 20 0 5 67 240 10 52
Binary 1100001 1110011 1101101 10000 0 101 110111 10100000 1000 101010

Color Harmonies of #61736D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61736D

Black with #61736D

Text Example


Text Example

White with #61736D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61736D; }

 p { color: rgb(97,115,109); }

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

background-color css

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

 a { background-color: rgb(97,115,109); }

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

border-color css

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

 span { border-color: rgb(97,115,109); }

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