Html Css Color HEX #648B75 Cutty Sark

📋 copy color: '#648B75'

red 100 ◦ green 139 ◦ blue 117

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

Shades of Cutty Sark #648B75

Tints of Cutty Sark #648B75

RGB

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

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

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

R = 28.09%
G = 39.04%
B = 32.87%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.16

 K value IS 0.45

RGB Variations

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

Color information

#648B75 (or 0x648B75) is known color: Cutty Sark. HEX triplet: 64, 8B and 75. RGB value is (100,139,117). Sum of RGB (Red+Green+Blue) = 100+139+117=356 (47% of max value = 765). Red value is 100 (39.45% from 255 or 28.09% from 356); Green value is 139 (54.69% from 255 or 39.04% from 356); Blue value is 117 (46.09% from 255 or 32.87% from 356); Max value from RGB is 139 - color contains mainly: green. Hex color #648B75 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #648B75 is #9B748A. Grayscale: #7C7C7C. Windows color (decimal): -10187915 or 7703396. OLE color: 7703396.

HSL color Cylindrical-coordinate representation of color #648B75: hue angle of 146.15º 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 #648B75 is Cyan = 0.28, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.45.

Color convert

RGB 100 139 117 -
CMYK 0.28 0 0.16 0.45
HSL 146.15º 0.16% 0.47% -
HSV(B) 146.15º 0.28% 0.55% -
XYZ 17.7 22.46 20.23 -
YUV 124.83 123.58 110.29 -
System Red Green Blue C M Y K H S L
Decimal 100 139 117 0.28 0 0.16 0.45 146.15 0.16 0.47
Hex 64 8B 75 1C 0 10 2D 92 10 2F
Octal 144 213 165 34 0 20 55 222 20 57
Binary 1100100 10001011 1110101 11100 0 10000 101101 10010010 10000 101111

Color Harmonies of #648B75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648B75

Black with #648B75

Text Example


Text Example

White with #648B75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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