Html Css Color HEX #61716C Cutty Sark

📋 copy color: '#61716C'

red 97 ◦ green 113 ◦ blue 108

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

Shades of Cutty Sark #61716C

Tints of Cutty Sark #61716C

RGB

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

 GREEN value IS 113 (44.53% from 255) = 35.53%

 BLUE value IS 108 (42.58% from 255) = 33.96%

R = 30.5%
G = 35.53%
B = 33.96%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.04

 K value IS 0.56

RGB Variations

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

Color information

#61716C (or 0x61716C) is known color: Cutty Sark. HEX triplet: 61, 71 and 6C. RGB value is (97,113,108). Sum of RGB (Red+Green+Blue) = 97+113+108=318 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.50% from 318); Green value is 113 (44.53% from 255 or 35.53% from 318); Blue value is 108 (42.58% from 255 or 33.96% from 318); Max value from RGB is 113 - color contains mainly: green. Hex color #61716C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61716C is #9E8E93. Grayscale: #6B6B6B. Windows color (decimal): -10391188 or 7106913. OLE color: 7106913.

HSL color Cylindrical-coordinate representation of color #61716C: hue angle of 161.25º degrees, saturation: 0.08, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #61716C is Cyan = 0.14, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.56.

Color convert

RGB 97 113 108 -
CMYK 0.14 0 0.04 0.56
HSL 161.25º 0.08% 0.41% -
HSV(B) 161.25º 0.14% 0.44% -
XYZ 13.54 15.43 16.45 -
YUV 107.65 128.2 120.41 -
System Red Green Blue C M Y K H S L
Decimal 97 113 108 0.14 0 0.04 0.56 161.25 0.08 0.41
Hex 61 71 6C E 0 4 38 A1 8 29
Octal 141 161 154 16 0 4 70 241 10 51
Binary 1100001 1110001 1101100 1110 0 100 111000 10100001 1000 101001

Color Harmonies of #61716C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61716C

Black with #61716C

Text Example


Text Example

White with #61716C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61716C; }

 p { color: rgb(97,113,108); }

 H1.HeaderClassName
 {
   color: #61716C;
 }
 .AnyTagClassName
 {
   color: #61716C;
 }
</style>

background-color css

<style>
 a { background-color: #61716C; }

 a { background-color: rgb(97,113,108); }

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

border-color css

<style>
 span { border-color: #61716C; }

 span { border-color: rgb(97,113,108); }

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