Html Css Color HEX #648C75 Cutty Sark

📋 copy color: '#648C75'

red 100 ◦ green 140 ◦ blue 117

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

Shades of Cutty Sark #648C75

Tints of Cutty Sark #648C75

RGB

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

 GREEN value IS 140 (55.08% from 255) = 39.22%

 BLUE value IS 117 (46.09% from 255) = 32.77%

R = 28.01%
G = 39.22%
B = 32.77%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.16

 K value IS 0.45

RGB Variations

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

Color information

#648C75 (or 0x648C75) is known color: Cutty Sark. HEX triplet: 64, 8C and 75. RGB value is (100,140,117). Sum of RGB (Red+Green+Blue) = 100+140+117=357 (47% of max value = 765). Red value is 100 (39.45% from 255 or 28.01% from 357); Green value is 140 (55.08% from 255 or 39.22% from 357); Blue value is 117 (46.09% from 255 or 32.77% from 357); Max value from RGB is 140 - color contains mainly: green. Hex color #648C75 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #648C75 is #9B738A. Grayscale: #7D7D7D. Windows color (decimal): -10187659 or 7703652. OLE color: 7703652.

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

Color convert

RGB 100 140 117 -
CMYK 0.29 0 0.16 0.45
HSL 145.5º 0.17% 0.47% -
HSV(B) 145.5º 0.29% 0.55% -
XYZ 17.84 22.75 20.28 -
YUV 125.42 123.25 109.87 -
System Red Green Blue C M Y K H S L
Decimal 100 140 117 0.29 0 0.16 0.45 145.5 0.17 0.47
Hex 64 8C 75 1D 0 10 2D 92 11 2F
Octal 144 214 165 35 0 20 55 222 21 57
Binary 1100100 10001100 1110101 11101 0 10000 101101 10010010 10001 101111

Color Harmonies of #648C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648C75

Black with #648C75

Text Example


Text Example

White with #648C75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,140,117); }

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

background-color css

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

 a { background-color: rgb(100,140,117); }

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

border-color css

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

 span { border-color: rgb(100,140,117); }

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