Html Css Color HEX #648575 Cutty Sark

📋 copy color: '#648575'

red 100 ◦ green 133 ◦ blue 117

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

Shades of Cutty Sark #648575

Tints of Cutty Sark #648575

RGB

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

 GREEN value IS 133 (52.34% from 255) = 38%

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

R = 28.57%
G = 38%
B = 33.43%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.12

 K value IS 0.48

RGB Variations

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

Color information

#648575 (or 0x648575) is known color: Cutty Sark. HEX triplet: 64, 85 and 75. RGB value is (100,133,117). Sum of RGB (Red+Green+Blue) = 100+133+117=350 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.57% from 350); Green value is 133 (52.34% from 255 or 38% from 350); Blue value is 117 (46.09% from 255 or 33.43% from 350); Max value from RGB is 133 - color contains mainly: green. Hex color #648575 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #648575 is #9B7A8A. Grayscale: #797979. Windows color (decimal): -10189451 or 7701860. OLE color: 7701860.

HSL color Cylindrical-coordinate representation of color #648575: hue angle of 150.91º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #648575 is Cyan = 0.25, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.48.

Color convert

RGB 100 133 117 -
CMYK 0.25 0 0.12 0.48
HSL 150.91º 0.14% 0.46% -
HSV(B) 150.91º 0.25% 0.52% -
XYZ 16.85 20.77 19.95 -
YUV 121.31 125.57 112.8 -
System Red Green Blue C M Y K H S L
Decimal 100 133 117 0.25 0 0.12 0.48 150.91 0.14 0.46
Hex 64 85 75 19 0 C 30 97 E 2E
Octal 144 205 165 31 0 14 60 227 16 56
Binary 1100100 10000101 1110101 11001 0 1100 110000 10010111 1110 101110

Color Harmonies of #648575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648575

Black with #648575

Text Example


Text Example

White with #648575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #648575; }

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

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

background-color css

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

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

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

border-color css

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

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

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