Html Css Color HEX #688576 Cutty Sark

📋 copy color: '#688576'

red 104 ◦ green 133 ◦ blue 118

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

Shades of Cutty Sark #688576

Tints of Cutty Sark #688576

RGB

 RED value IS 104 (41.02% from 255) = 29.3%

 GREEN value IS 133 (52.34% from 255) = 37.46%

 BLUE value IS 118 (46.48% from 255) = 33.24%

R = 29.3%
G = 37.46%
B = 33.24%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.11

 K value IS 0.48

RGB Variations

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

Color information

#688576 (or 0x688576) is known color: Cutty Sark. HEX triplet: 68, 85 and 76. RGB value is (104,133,118). Sum of RGB (Red+Green+Blue) = 104+133+118=355 (47% of max value = 765). Red value is 104 (41.02% from 255 or 29.30% from 355); Green value is 133 (52.34% from 255 or 37.46% from 355); Blue value is 118 (46.48% from 255 or 33.24% from 355); Max value from RGB is 133 - color contains mainly: green. Hex color #688576 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #688576 is #977A89. Grayscale: #7A7A7A. Windows color (decimal): -9927306 or 7767400. OLE color: 7767400.

HSL color Cylindrical-coordinate representation of color #688576: hue angle of 148.97º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #688576 is Cyan = 0.22, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.48.

Color convert

RGB 104 133 118 -
CMYK 0.22 0 0.11 0.48
HSL 148.97º 0.12% 0.46% -
HSV(B) 148.97º 0.22% 0.52% -
XYZ 17.37 21.03 20.28 -
YUV 122.62 125.39 114.72 -
System Red Green Blue C M Y K H S L
Decimal 104 133 118 0.22 0 0.11 0.48 148.97 0.12 0.46
Hex 68 85 76 16 0 B 30 95 C 2E
Octal 150 205 166 26 0 13 60 225 14 56
Binary 1101000 10000101 1110110 10110 0 1011 110000 10010101 1100 101110

Color Harmonies of #688576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688576

Black with #688576

Text Example


Text Example

White with #688576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #688576; }

 p { color: rgb(104,133,118); }

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

background-color css

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

 a { background-color: rgb(104,133,118); }

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

border-color css

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

 span { border-color: rgb(104,133,118); }

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