Html Css Color HEX #657670 Cutty Sark

📋 copy color: '#657670'

red 101 ◦ green 118 ◦ blue 112

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

Shades of Cutty Sark #657670

Tints of Cutty Sark #657670

RGB

 RED value IS 101 (39.84% from 255) = 30.51%

 GREEN value IS 118 (46.48% from 255) = 35.65%

 BLUE value IS 112 (44.14% from 255) = 33.84%

R = 30.51%
G = 35.65%
B = 33.84%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.05

 K value IS 0.54

RGB Variations

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

Color information

#657670 (or 0x657670) is known color: Cutty Sark. HEX triplet: 65, 76 and 70. RGB value is (101,118,112). Sum of RGB (Red+Green+Blue) = 101+118+112=331 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.51% from 331); Green value is 118 (46.48% from 255 or 35.65% from 331); Blue value is 112 (44.14% from 255 or 33.84% from 331); Max value from RGB is 118 - color contains mainly: green. Hex color #657670 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #657670 is #9A898F. Grayscale: #707070. Windows color (decimal): -10127760 or 7370341. OLE color: 7370341.

HSL color Cylindrical-coordinate representation of color #657670: hue angle of 158.82º degrees, saturation: 0.08, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #657670 is Cyan = 0.14, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.54.

Color convert

RGB 101 118 112 -
CMYK 0.14 0 0.05 0.54
HSL 158.82º 0.08% 0.43% -
HSV(B) 158.82º 0.14% 0.46% -
XYZ 14.77 16.89 17.81 -
YUV 112.23 127.87 119.99 -
System Red Green Blue C M Y K H S L
Decimal 101 118 112 0.14 0 0.05 0.54 158.82 0.08 0.43
Hex 65 76 70 E 0 5 36 9F 8 2B
Octal 145 166 160 16 0 5 66 237 10 53
Binary 1100101 1110110 1110000 1110 0 101 110110 10011111 1000 101011

Color Harmonies of #657670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #657670

Black with #657670

Text Example


Text Example

White with #657670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #657670; }

 p { color: rgb(101,118,112); }

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

background-color css

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

 a { background-color: rgb(101,118,112); }

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

border-color css

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

 span { border-color: rgb(101,118,112); }

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