Html Css Color HEX #648B74 Cutty Sark

📋 copy color: '#648B74'

red 100 ◦ green 139 ◦ blue 116

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

Shades of Cutty Sark #648B74

Tints of Cutty Sark #648B74

RGB

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

 GREEN value IS 139 (54.69% from 255) = 39.15%

 BLUE value IS 116 (45.7% from 255) = 32.68%

R = 28.17%
G = 39.15%
B = 32.68%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.17

 K value IS 0.45

RGB Variations

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

Color information

#648B74 (or 0x648B74) is known color: Cutty Sark. HEX triplet: 64, 8B and 74. RGB value is (100,139,116). Sum of RGB (Red+Green+Blue) = 100+139+116=355 (47% of max value = 765). Red value is 100 (39.45% from 255 or 28.17% from 355); Green value is 139 (54.69% from 255 or 39.15% from 355); Blue value is 116 (45.70% from 255 or 32.68% from 355); Max value from RGB is 139 - color contains mainly: green. Hex color #648B74 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #648B74 is #9B748B. Grayscale: #7C7C7C. Windows color (decimal): -10187916 or 7637860. OLE color: 7637860.

HSL color Cylindrical-coordinate representation of color #648B74: hue angle of 144.62º degrees, saturation: 0.16, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #648B74 is Cyan = 0.28, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.45.

Color convert

RGB 100 139 116 -
CMYK 0.28 0 0.17 0.45
HSL 144.62º 0.16% 0.47% -
HSV(B) 144.62º 0.28% 0.55% -
XYZ 17.64 22.44 19.92 -
YUV 124.72 123.08 110.37 -
System Red Green Blue C M Y K H S L
Decimal 100 139 116 0.28 0 0.17 0.45 144.62 0.16 0.47
Hex 64 8B 74 1C 0 11 2D 91 10 2F
Octal 144 213 164 34 0 21 55 221 20 57
Binary 1100100 10001011 1110100 11100 0 10001 101101 10010001 10000 101111

Color Harmonies of #648B74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648B74

Black with #648B74

Text Example


Text Example

White with #648B74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #648B74; }

 p { color: rgb(100,139,116); }

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

background-color css

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

 a { background-color: rgb(100,139,116); }

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

border-color css

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

 span { border-color: rgb(100,139,116); }

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