Html Css Color HEX #648276 Cutty Sark

📋 copy color: '#648276'

red 100 ◦ green 130 ◦ blue 118

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

Shades of Cutty Sark #648276

Tints of Cutty Sark #648276

RGB

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

 GREEN value IS 130 (51.17% from 255) = 37.36%

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

R = 28.74%
G = 37.36%
B = 33.91%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.09

 K value IS 0.49

RGB Variations

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

Color information

#648276 (or 0x648276) is known color: Cutty Sark. HEX triplet: 64, 82 and 76. RGB value is (100,130,118). Sum of RGB (Red+Green+Blue) = 100+130+118=348 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.74% from 348); Green value is 130 (51.17% from 255 or 37.36% from 348); Blue value is 118 (46.48% from 255 or 33.91% from 348); Max value from RGB is 130 - color contains mainly: green. Hex color #648276 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #648276 is #9B7D89. Grayscale: #777777. Windows color (decimal): -10190218 or 7766628. OLE color: 7766628.

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

Color convert

RGB 100 130 118 -
CMYK 0.23 0 0.09 0.49
HSL 156º 0.13% 0.45% -
HSV(B) 156º 0.23% 0.51% -
XYZ 16.51 19.98 20.13 -
YUV 119.66 127.06 113.98 -
System Red Green Blue C M Y K H S L
Decimal 100 130 118 0.23 0 0.09 0.49 156 0.13 0.45
Hex 64 82 76 17 0 9 31 9C D 2D
Octal 144 202 166 27 0 11 61 234 15 55
Binary 1100100 10000010 1110110 10111 0 1001 110001 10011100 1101 101101

Color Harmonies of #648276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648276

Black with #648276

Text Example


Text Example

White with #648276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #648276; }

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

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

background-color css

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

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

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

border-color css

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

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

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