Html Css Color HEX #64837A Cutty Sark

📋 copy color: '#64837A'

red 100 ◦ green 131 ◦ blue 122

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

Shades of Cutty Sark #64837A

Tints of Cutty Sark #64837A

RGB

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

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

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

R = 28.33%
G = 37.11%
B = 34.56%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.07

 K value IS 0.49

RGB Variations

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

Color information

#64837A (or 0x64837A) is known color: Cutty Sark. HEX triplet: 64, 83 and 7A. RGB value is (100,131,122). Sum of RGB (Red+Green+Blue) = 100+131+122=353 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.33% from 353); Green value is 131 (51.56% from 255 or 37.11% from 353); Blue value is 122 (48.05% from 255 or 34.56% from 353); Max value from RGB is 131 - color contains mainly: green. Hex color #64837A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64837A is #9B7C85. Grayscale: #787878. Windows color (decimal): -10189958 or 8029028. OLE color: 8029028.

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

Color convert

RGB 100 131 122 -
CMYK 0.24 0 0.07 0.49
HSL 162.58º 0.13% 0.45% -
HSV(B) 162.58º 0.24% 0.51% -
XYZ 16.88 20.35 21.45 -
YUV 120.71 128.73 113.23 -
System Red Green Blue C M Y K H S L
Decimal 100 131 122 0.24 0 0.07 0.49 162.58 0.13 0.45
Hex 64 83 7A 18 0 7 31 A3 D 2D
Octal 144 203 172 30 0 7 61 243 15 55
Binary 1100100 10000011 1111010 11000 0 111 110001 10100011 1101 101101

Color Harmonies of #64837A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64837A

Black with #64837A

Text Example


Text Example

White with #64837A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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