Html Css Color HEX #64867A Cutty Sark

📋 copy color: '#64867A'

red 100 ◦ green 134 ◦ blue 122

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

Shades of Cutty Sark #64867A

Tints of Cutty Sark #64867A

RGB

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

 GREEN value IS 134 (52.73% from 255) = 37.64%

 BLUE value IS 122 (48.05% from 255) = 34.27%

R = 28.09%
G = 37.64%
B = 34.27%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.09

 K value IS 0.47

RGB Variations

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

Color information

#64867A (or 0x64867A) is known color: Cutty Sark. HEX triplet: 64, 86 and 7A. RGB value is (100,134,122). Sum of RGB (Red+Green+Blue) = 100+134+122=356 (47% of max value = 765). Red value is 100 (39.45% from 255 or 28.09% from 356); Green value is 134 (52.73% from 255 or 37.64% from 356); Blue value is 122 (48.05% from 255 or 34.27% from 356); Max value from RGB is 134 - color contains mainly: green. Hex color #64867A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64867A is #9B7985. Grayscale: #7A7A7A. Windows color (decimal): -10189190 or 8029796. OLE color: 8029796.

HSL color Cylindrical-coordinate representation of color #64867A: hue angle of 158.82º degrees, saturation: 0.15, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #64867A is Cyan = 0.25, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.47.

Color convert

RGB 100 134 122 -
CMYK 0.25 0 0.09 0.47
HSL 158.82º 0.15% 0.46% -
HSV(B) 158.82º 0.25% 0.53% -
XYZ 17.29 21.16 21.59 -
YUV 122.47 127.74 111.98 -
System Red Green Blue C M Y K H S L
Decimal 100 134 122 0.25 0 0.09 0.47 158.82 0.15 0.46
Hex 64 86 7A 19 0 9 2F 9F F 2E
Octal 144 206 172 31 0 11 57 237 17 56
Binary 1100100 10000110 1111010 11001 0 1001 101111 10011111 1111 101110

Color Harmonies of #64867A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64867A

Black with #64867A

Text Example


Text Example

White with #64867A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64867A; }

 p { color: rgb(100,134,122); }

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

background-color css

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

 a { background-color: rgb(100,134,122); }

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

border-color css

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

 span { border-color: rgb(100,134,122); }

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