Html Css Color HEX #64988C Patina

📋 copy color: '#64988C'

red 100 ◦ green 152 ◦ blue 140

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

Shades of Patina #64988C

Tints of Patina #64988C

RGB

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

 GREEN value IS 152 (59.77% from 255) = 38.78%

 BLUE value IS 140 (55.08% from 255) = 35.71%

R = 25.51%
G = 38.78%
B = 35.71%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.08

 K value IS 0.40

RGB Variations

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

Color information

#64988C (or 0x64988C) is known color: Patina. HEX triplet: 64, 98 and 8C. RGB value is (100,152,140). Sum of RGB (Red+Green+Blue) = 100+152+140=392 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.51% from 392); Green value is 152 (59.77% from 255 or 38.78% from 392); Blue value is 140 (55.08% from 255 or 35.71% from 392); Max value from RGB is 152 - color contains mainly: green. Hex color #64988C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64988C is #9B6773. Grayscale: #878787. Windows color (decimal): -10184564 or 9214052. OLE color: 9214052.

HSL color Cylindrical-coordinate representation of color #64988C: hue angle of 166.15º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #64988C is Cyan = 0.34, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.40.

Color convert

RGB 100 152 140 -
CMYK 0.34 0 0.08 0.40
HSL 166.15º 0.21% 0.49% -
HSV(B) 166.15º 0.34% 0.6% -
XYZ 21.22 27.06 28.92 -
YUV 135.08 130.77 102.98 -
System Red Green Blue C M Y K H S L
Decimal 100 152 140 0.34 0 0.08 0.40 166.15 0.21 0.49
Hex 64 98 8C 22 0 8 28 A6 15 31
Octal 144 230 214 42 0 10 50 246 25 61
Binary 1100100 10011000 10001100 100010 0 1000 101000 10100110 10101 110001

Color Harmonies of #64988C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64988C

Black with #64988C

Text Example


Text Example

White with #64988C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64988C; }

 p { color: rgb(100,152,140); }

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

background-color css

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

 a { background-color: rgb(100,152,140); }

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

border-color css

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

 span { border-color: rgb(100,152,140); }

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