Html Css Color HEX #698379 Cutty Sark

📋 copy color: '#698379'

red 105 ◦ green 131 ◦ blue 121

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

Shades of Cutty Sark #698379

Tints of Cutty Sark #698379

RGB

 RED value IS 105 (41.41% from 255) = 29.41%

 GREEN value IS 131 (51.56% from 255) = 36.69%

 BLUE value IS 121 (47.66% from 255) = 33.89%

R = 29.41%
G = 36.69%
B = 33.89%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.08

 K value IS 0.49

RGB Variations

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

Color information

#698379 (or 0x698379) is known color: Cutty Sark. HEX triplet: 69, 83 and 79. RGB value is (105,131,121). Sum of RGB (Red+Green+Blue) = 105+131+121=357 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.41% from 357); Green value is 131 (51.56% from 255 or 36.69% from 357); Blue value is 121 (47.66% from 255 or 33.89% from 357); Max value from RGB is 131 - color contains mainly: green. Hex color #698379 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #698379 is #967C86. Grayscale: #7A7A7A. Windows color (decimal): -9862279 or 7963497. OLE color: 7963497.

HSL color Cylindrical-coordinate representation of color #698379: hue angle of 156.92º degrees, saturation: 0.11, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #698379 is Cyan = 0.20, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.49.

Color convert

RGB 105 131 121 -
CMYK 0.20 0 0.08 0.49
HSL 156.92º 0.11% 0.46% -
HSV(B) 156.92º 0.2% 0.51% -
XYZ 17.39 20.62 21.15 -
YUV 122.09 127.39 115.81 -
System Red Green Blue C M Y K H S L
Decimal 105 131 121 0.20 0 0.08 0.49 156.92 0.11 0.46
Hex 69 83 79 14 0 8 31 9D B 2E
Octal 151 203 171 24 0 10 61 235 13 56
Binary 1101001 10000011 1111001 10100 0 1000 110001 10011101 1011 101110

Color Harmonies of #698379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698379

Black with #698379

Text Example


Text Example

White with #698379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698379; }

 p { color: rgb(105,131,121); }

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

background-color css

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

 a { background-color: rgb(105,131,121); }

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

border-color css

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

 span { border-color: rgb(105,131,121); }

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