Html Css Color HEX #60706B Cutty Sark

📋 copy color: '#60706B'

red 96 ◦ green 112 ◦ blue 107

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

Shades of Cutty Sark #60706B

Tints of Cutty Sark #60706B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 33.97%

R = 30.48%
G = 35.56%
B = 33.97%

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

#60706B (or 0x60706B) is known color: Cutty Sark. HEX triplet: 60, 70 and 6B. RGB value is (96,112,107). Sum of RGB (Red+Green+Blue) = 96+112+107=315 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.48% from 315); Green value is 112 (44.14% from 255 or 35.56% from 315); Blue value is 107 (42.19% from 255 or 33.97% from 315); Max value from RGB is 112 - color contains mainly: green. Hex color #60706B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60706B is #9F8F94. Grayscale: #6A6A6A. Windows color (decimal): -10456981 or 7041120. OLE color: 7041120.

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

Color convert

RGB 96 112 107 -
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.27 15.14 16.13 -
YUV 106.65 128.2 120.41 -
System Red Green Blue C M Y K H S L
Decimal 96 112 107 0.14 0 0.04 0.56 161.25 0.08 0.41
Hex 60 70 6B E 0 4 38 A1 8 29
Octal 140 160 153 16 0 4 70 241 10 51
Binary 1100000 1110000 1101011 1110 0 100 111000 10100001 1000 101001

Color Harmonies of #60706B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60706B

Black with #60706B

Text Example


Text Example

White with #60706B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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