Html Css Color HEX #648174 Cutty Sark

📋 copy color: '#648174'

red 100 ◦ green 129 ◦ blue 116

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

Shades of Cutty Sark #648174

Tints of Cutty Sark #648174

RGB

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

 GREEN value IS 129 (50.78% from 255) = 37.39%

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

R = 28.99%
G = 37.39%
B = 33.62%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.10

 K value IS 0.49

RGB Variations

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

Color information

#648174 (or 0x648174) is known color: Cutty Sark. HEX triplet: 64, 81 and 74. RGB value is (100,129,116). Sum of RGB (Red+Green+Blue) = 100+129+116=345 (45% of max value = 765). Red value is 100 (39.45% from 255 or 28.99% from 345); Green value is 129 (50.78% from 255 or 37.39% from 345); Blue value is 116 (45.70% from 255 or 33.62% from 345); Max value from RGB is 129 - color contains mainly: green. Hex color #648174 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #648174 is #9B7E8B. Grayscale: #767676. Windows color (decimal): -10190476 or 7635300. OLE color: 7635300.

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

Color convert

RGB 100 129 116 -
CMYK 0.22 0 0.10 0.49
HSL 153.1º 0.13% 0.45% -
HSV(B) 153.1º 0.22% 0.51% -
XYZ 16.26 19.67 19.46 -
YUV 118.85 126.39 114.56 -
System Red Green Blue C M Y K H S L
Decimal 100 129 116 0.22 0 0.10 0.49 153.1 0.13 0.45
Hex 64 81 74 16 0 A 31 99 D 2D
Octal 144 201 164 26 0 12 61 231 15 55
Binary 1100100 10000001 1110100 10110 0 1010 110001 10011001 1101 101101

Color Harmonies of #648174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648174

Black with #648174

Text Example


Text Example

White with #648174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #648174; }

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

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

background-color css

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

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

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

border-color css

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

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

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