Html Css Color HEX #648274 Cutty Sark

📋 copy color: '#648274'

red 100 ◦ green 130 ◦ blue 116

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

Shades of Cutty Sark #648274

Tints of Cutty Sark #648274

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 33.53%

R = 28.9%
G = 37.57%
B = 33.53%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.11

 K value IS 0.49

RGB Variations

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

Color information

#648274 (or 0x648274) is known color: Cutty Sark. HEX triplet: 64, 82 and 74. RGB value is (100,130,116). Sum of RGB (Red+Green+Blue) = 100+130+116=346 (45% of max value = 765). Red value is 100 (39.45% from 255 or 28.90% from 346); Green value is 130 (51.17% from 255 or 37.57% from 346); Blue value is 116 (45.70% from 255 or 33.53% from 346); Max value from RGB is 130 - color contains mainly: green. Hex color #648274 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #648274 is #9B7D8B. Grayscale: #777777. Windows color (decimal): -10190220 or 7635556. OLE color: 7635556.

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

Color convert

RGB 100 130 116 -
CMYK 0.23 0 0.11 0.49
HSL 152º 0.13% 0.45% -
HSV(B) 152º 0.23% 0.51% -
XYZ 16.39 19.94 19.51 -
YUV 119.43 126.06 114.14 -
System Red Green Blue C M Y K H S L
Decimal 100 130 116 0.23 0 0.11 0.49 152 0.13 0.45
Hex 64 82 74 17 0 B 31 98 D 2D
Octal 144 202 164 27 0 13 61 230 15 55
Binary 1100100 10000010 1110100 10111 0 1011 110001 10011000 1101 101101

Color Harmonies of #648274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648274

Black with #648274

Text Example


Text Example

White with #648274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #648274; }

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

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

background-color css

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

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

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

border-color css

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

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

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