Html Css Color HEX #648073 Cutty Sark

📋 copy color: '#648073'

red 100 ◦ green 128 ◦ blue 115

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

Shades of Cutty Sark #648073

Tints of Cutty Sark #648073

RGB

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

 GREEN value IS 128 (50.39% from 255) = 37.32%

 BLUE value IS 115 (45.31% from 255) = 33.53%

R = 29.15%
G = 37.32%
B = 33.53%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.10

 K value IS 0.50

RGB Variations

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

Color information

#648073 (or 0x648073) is known color: Cutty Sark. HEX triplet: 64, 80 and 73. RGB value is (100,128,115). Sum of RGB (Red+Green+Blue) = 100+128+115=343 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.15% from 343); Green value is 128 (50.39% from 255 or 37.32% from 343); Blue value is 115 (45.31% from 255 or 33.53% from 343); Max value from RGB is 128 - color contains mainly: green. Hex color #648073 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #648073 is #9B7F8C. Grayscale: #767676. Windows color (decimal): -10190733 or 7569508. OLE color: 7569508.

HSL color Cylindrical-coordinate representation of color #648073: hue angle of 152.14º degrees, saturation: 0.12, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #648073 is Cyan = 0.22, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.50.

Color convert

RGB 100 128 115 -
CMYK 0.22 0 0.10 0.50
HSL 152.14º 0.12% 0.45% -
HSV(B) 152.14º 0.22% 0.5% -
XYZ 16.07 19.39 19.11 -
YUV 118.15 126.22 115.06 -
System Red Green Blue C M Y K H S L
Decimal 100 128 115 0.22 0 0.10 0.50 152.14 0.12 0.45
Hex 64 80 73 16 0 A 32 98 C 2D
Octal 144 200 163 26 0 12 62 230 14 55
Binary 1100100 10000000 1110011 10110 0 1010 110010 10011000 1100 101101

Color Harmonies of #648073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648073

Black with #648073

Text Example


Text Example

White with #648073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #648073; }

 p { color: rgb(100,128,115); }

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

background-color css

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

 a { background-color: rgb(100,128,115); }

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

border-color css

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

 span { border-color: rgb(100,128,115); }

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