Html Css Color HEX #648375 Cutty Sark

📋 copy color: '#648375'

red 100 ◦ green 131 ◦ blue 117

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

Shades of Cutty Sark #648375

Tints of Cutty Sark #648375

RGB

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

 GREEN value IS 131 (51.56% from 255) = 37.64%

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

R = 28.74%
G = 37.64%
B = 33.62%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.11

 K value IS 0.49

RGB Variations

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

Color information

#648375 (or 0x648375) is known color: Cutty Sark. HEX triplet: 64, 83 and 75. RGB value is (100,131,117). Sum of RGB (Red+Green+Blue) = 100+131+117=348 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.74% from 348); Green value is 131 (51.56% from 255 or 37.64% from 348); Blue value is 117 (46.09% from 255 or 33.62% from 348); Max value from RGB is 131 - color contains mainly: green. Hex color #648375 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #648375 is #9B7C8A. Grayscale: #787878. Windows color (decimal): -10189963 or 7701348. OLE color: 7701348.

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

Color convert

RGB 100 131 117 -
CMYK 0.24 0 0.11 0.49
HSL 152.9º 0.13% 0.45% -
HSV(B) 152.9º 0.24% 0.51% -
XYZ 16.58 20.23 19.86 -
YUV 120.14 126.23 113.64 -
System Red Green Blue C M Y K H S L
Decimal 100 131 117 0.24 0 0.11 0.49 152.9 0.13 0.45
Hex 64 83 75 18 0 B 31 99 D 2D
Octal 144 203 165 30 0 13 61 231 15 55
Binary 1100100 10000011 1110101 11000 0 1011 110001 10011001 1101 101101

Color Harmonies of #648375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648375

Black with #648375

Text Example


Text Example

White with #648375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #648375; }

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

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

background-color css

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

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

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

border-color css

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

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

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