Html Css Color HEX #60716B Cutty Sark

📋 copy color: '#60716B'

red 96 ◦ green 113 ◦ blue 107

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

Shades of Cutty Sark #60716B

Tints of Cutty Sark #60716B

RGB

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

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

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

R = 30.38%
G = 35.76%
B = 33.86%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.05

 K value IS 0.56

RGB Variations

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

Color information

#60716B (or 0x60716B) is known color: Cutty Sark. HEX triplet: 60, 71 and 6B. RGB value is (96,113,107). Sum of RGB (Red+Green+Blue) = 96+113+107=316 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.38% from 316); Green value is 113 (44.53% from 255 or 35.76% from 316); Blue value is 107 (42.19% from 255 or 33.86% from 316); Max value from RGB is 113 - color contains mainly: green. Hex color #60716B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60716B is #9F8E94. Grayscale: #6B6B6B. Windows color (decimal): -10456725 or 7041376. OLE color: 7041376.

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

Color convert

RGB 96 113 107 -
CMYK 0.15 0 0.05 0.56
HSL 158.82º 0.08% 0.41% -
HSV(B) 158.82º 0.15% 0.44% -
XYZ 13.38 15.36 16.17 -
YUV 107.23 127.87 119.99 -
System Red Green Blue C M Y K H S L
Decimal 96 113 107 0.15 0 0.05 0.56 158.82 0.08 0.41
Hex 60 71 6B F 0 5 38 9F 8 29
Octal 140 161 153 17 0 5 70 237 10 51
Binary 1100000 1110001 1101011 1111 0 101 111000 10011111 1000 101001

Color Harmonies of #60716B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60716B

Black with #60716B

Text Example


Text Example

White with #60716B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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