Html Css Color HEX #648376 Cutty Sark

📋 copy color: '#648376'

red 100 ◦ green 131 ◦ blue 118

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

Shades of Cutty Sark #648376

Tints of Cutty Sark #648376

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 33.81%

R = 28.65%
G = 37.54%
B = 33.81%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.10

 K value IS 0.49

RGB Variations

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

Color information

#648376 (or 0x648376) is known color: Cutty Sark. HEX triplet: 64, 83 and 76. RGB value is (100,131,118). Sum of RGB (Red+Green+Blue) = 100+131+118=349 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.65% from 349); Green value is 131 (51.56% from 255 or 37.54% from 349); Blue value is 118 (46.48% from 255 or 33.81% from 349); Max value from RGB is 131 - color contains mainly: green. Hex color #648376 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #648376 is #9B7C89. Grayscale: #787878. Windows color (decimal): -10189962 or 7766884. OLE color: 7766884.

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

Color convert

RGB 100 131 118 -
CMYK 0.24 0 0.10 0.49
HSL 154.84º 0.13% 0.45% -
HSV(B) 154.84º 0.24% 0.51% -
XYZ 16.64 20.25 20.17 -
YUV 120.25 126.73 113.56 -
System Red Green Blue C M Y K H S L
Decimal 100 131 118 0.24 0 0.10 0.49 154.84 0.13 0.45
Hex 64 83 76 18 0 A 31 9B D 2D
Octal 144 203 166 30 0 12 61 233 15 55
Binary 1100100 10000011 1110110 11000 0 1010 110001 10011011 1101 101101

Color Harmonies of #648376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648376

Black with #648376

Text Example


Text Example

White with #648376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #648376; }

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

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

background-color css

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

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

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

border-color css

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

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

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