Html Css Color HEX #648175 Cutty Sark

📋 copy color: '#648175'

red 100 ◦ green 129 ◦ blue 117

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

Shades of Cutty Sark #648175

Tints of Cutty Sark #648175

RGB

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

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

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

R = 28.9%
G = 37.28%
B = 33.82%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.09

 K value IS 0.49

RGB Variations

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

Color information

#648175 (or 0x648175) is known color: Cutty Sark. HEX triplet: 64, 81 and 75. RGB value is (100,129,117). Sum of RGB (Red+Green+Blue) = 100+129+117=346 (45% of max value = 765). Red value is 100 (39.45% from 255 or 28.90% from 346); Green value is 129 (50.78% from 255 or 37.28% from 346); Blue value is 117 (46.09% from 255 or 33.82% from 346); Max value from RGB is 129 - color contains mainly: green. Hex color #648175 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #648175 is #9B7E8A. Grayscale: #767676. Windows color (decimal): -10190475 or 7700836. OLE color: 7700836.

HSL color Cylindrical-coordinate representation of color #648175: hue angle of 155.17º 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 #648175 is Cyan = 0.22, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.49.

Color convert

RGB 100 129 117 -
CMYK 0.22 0 0.09 0.49
HSL 155.17º 0.13% 0.45% -
HSV(B) 155.17º 0.22% 0.51% -
XYZ 16.32 19.69 19.77 -
YUV 118.96 126.89 114.48 -
System Red Green Blue C M Y K H S L
Decimal 100 129 117 0.22 0 0.09 0.49 155.17 0.13 0.45
Hex 64 81 75 16 0 9 31 9B D 2D
Octal 144 201 165 26 0 11 61 233 15 55
Binary 1100100 10000001 1110101 10110 0 1001 110001 10011011 1101 101101

Color Harmonies of #648175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648175

Black with #648175

Text Example


Text Example

White with #648175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #648175; }

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

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

background-color css

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

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

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

border-color css

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

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

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