Html Css Color HEX #60706A Cutty Sark

📋 copy color: '#60706A'

red 96 ◦ green 112 ◦ blue 106

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

Shades of Cutty Sark #60706A

Tints of Cutty Sark #60706A

RGB

 RED value IS 96 (37.89% from 255) = 30.57%

 GREEN value IS 112 (44.14% from 255) = 35.67%

 BLUE value IS 106 (41.8% from 255) = 33.76%

R = 30.57%
G = 35.67%
B = 33.76%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.05

 K value IS 0.56

RGB Variations

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

Color information

#60706A (or 0x60706A) is known color: Cutty Sark. HEX triplet: 60, 70 and 6A. RGB value is (96,112,106). Sum of RGB (Red+Green+Blue) = 96+112+106=314 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.57% from 314); Green value is 112 (44.14% from 255 or 35.67% from 314); Blue value is 106 (41.80% from 255 or 33.76% from 314); Max value from RGB is 112 - color contains mainly: green. Hex color #60706A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60706A is #9F8F95. Grayscale: #6A6A6A. Windows color (decimal): -10456982 or 6975584. OLE color: 6975584.

HSL color Cylindrical-coordinate representation of color #60706A: hue angle of 157.5º 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 #60706A is Cyan = 0.14, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.56.

Color convert

RGB 96 112 106 -
CMYK 0.14 0 0.05 0.56
HSL 157.5º 0.08% 0.41% -
HSV(B) 157.5º 0.14% 0.44% -
XYZ 13.22 15.12 15.86 -
YUV 106.53 127.7 120.49 -
System Red Green Blue C M Y K H S L
Decimal 96 112 106 0.14 0 0.05 0.56 157.5 0.08 0.41
Hex 60 70 6A E 0 5 38 9E 8 29
Octal 140 160 152 16 0 5 70 236 10 51
Binary 1100000 1110000 1101010 1110 0 101 111000 10011110 1000 101001

Color Harmonies of #60706A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60706A

Black with #60706A

Text Example


Text Example

White with #60706A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60706A; }

 p { color: rgb(96,112,106); }

 H1.HeaderClassName
 {
   color: #60706A;
 }
 .AnyTagClassName
 {
   color: #60706A;
 }
</style>

background-color css

<style>
 a { background-color: #60706A; }

 a { background-color: rgb(96,112,106); }

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

border-color css

<style>
 span { border-color: #60706A; }

 span { border-color: rgb(96,112,106); }

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