Html Css Color HEX #61726C Cutty Sark

📋 copy color: '#61726C'

red 97 ◦ green 114 ◦ blue 108

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

Shades of Cutty Sark #61726C

Tints of Cutty Sark #61726C

RGB

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

 GREEN value IS 114 (44.92% from 255) = 35.74%

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

R = 30.41%
G = 35.74%
B = 33.86%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.05

 K value IS 0.55

RGB Variations

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

Color information

#61726C (or 0x61726C) is known color: Cutty Sark. HEX triplet: 61, 72 and 6C. RGB value is (97,114,108). Sum of RGB (Red+Green+Blue) = 97+114+108=319 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.41% from 319); Green value is 114 (44.92% from 255 or 35.74% from 319); Blue value is 108 (42.58% from 255 or 33.86% from 319); Max value from RGB is 114 - color contains mainly: green. Hex color #61726C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61726C is #9E8D93. Grayscale: #6C6C6C. Windows color (decimal): -10390932 or 7107169. OLE color: 7107169.

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

Color convert

RGB 97 114 108 -
CMYK 0.15 0 0.05 0.55
HSL 158.82º 0.08% 0.41% -
HSV(B) 158.82º 0.15% 0.45% -
XYZ 13.65 15.66 16.49 -
YUV 108.23 127.87 119.99 -
System Red Green Blue C M Y K H S L
Decimal 97 114 108 0.15 0 0.05 0.55 158.82 0.08 0.41
Hex 61 72 6C F 0 5 37 9F 8 29
Octal 141 162 154 17 0 5 67 237 10 51
Binary 1100001 1110010 1101100 1111 0 101 110111 10011111 1000 101001

Color Harmonies of #61726C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61726C

Black with #61726C

Text Example


Text Example

White with #61726C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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