Html Css Color HEX #648379 Cutty Sark

📋 copy color: '#648379'

red 100 ◦ green 131 ◦ blue 121

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

Shades of Cutty Sark #648379

Tints of Cutty Sark #648379

RGB

 RED value IS 100 (39.45% from 255) = 28.41%

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

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

R = 28.41%
G = 37.22%
B = 34.38%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.08

 K value IS 0.49

RGB Variations

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

Color information

#648379 (or 0x648379) is known color: Cutty Sark. HEX triplet: 64, 83 and 79. RGB value is (100,131,121). Sum of RGB (Red+Green+Blue) = 100+131+121=352 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.41% from 352); Green value is 131 (51.56% from 255 or 37.22% from 352); Blue value is 121 (47.66% from 255 or 34.38% from 352); Max value from RGB is 131 - color contains mainly: green. Hex color #648379 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #648379 is #9B7C86. Grayscale: #787878. Windows color (decimal): -10189959 or 7963492. OLE color: 7963492.

HSL color Cylindrical-coordinate representation of color #648379: hue angle of 160.65º degrees, saturation: 0.13, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #648379 is Cyan = 0.24, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.49.

Color convert

RGB 100 131 121 -
CMYK 0.24 0 0.08 0.49
HSL 160.65º 0.13% 0.45% -
HSV(B) 160.65º 0.24% 0.51% -
XYZ 16.82 20.32 21.13 -
YUV 120.59 128.23 113.31 -
System Red Green Blue C M Y K H S L
Decimal 100 131 121 0.24 0 0.08 0.49 160.65 0.13 0.45
Hex 64 83 79 18 0 8 31 A1 D 2D
Octal 144 203 171 30 0 10 61 241 15 55
Binary 1100100 10000011 1111001 11000 0 1000 110001 10100001 1101 101101

Color Harmonies of #648379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648379

Black with #648379

Text Example


Text Example

White with #648379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #648379; }

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

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

background-color css

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

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

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

border-color css

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

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

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