#64998D

Color #64998D Patina (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Patina #64998D

Tints of Patina #64998D

Color information

#64998D (or 0x64998D) is unknown color: approx Patina. HEX triplet: 64, 99 and 8D. RGB value is (100,153,141). Sum of RGB (Red+Green+Blue) = 100+153+141=394 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.38% from 394); Green value is 153 (60.16% from 255 or 38.83% from 394); Blue value is 141 (55.47% from 255 or 35.79% from 394); Max value from RGB is 153 - color contains mainly: green. Hex color #64998D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64998D is #9B6672. Grayscale: #878787. Windows color (decimal): -10184307 or 9279844. OLE color: 9279844.

HSL color Cylindrical-coordinate representation of color #64998D: hue angle of 166.42º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #64998D is Cyan = 0.35, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.4.

Color convert

RGB100153141-
CMYK0.3500.080.4
HSL166.42º20.95%49.61%-
HSV(B)166.42º34.64%60%-
XYZ21.4527.4129.36-
YUV135.78130.94102.48-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 25.38%
GREEN value IS 153 (60.16% from 255) = 38.83%
BLUE value IS 141 (55.47% from 255) = 35.79%
R=25.38%
G=38.83%
B=35.79%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1001531410.3500.080.4166.4220.9549.61
Hex64998D230828a61532
Octal14423121543010502462562
Binary11001001001100110001101100011010001010001010011010101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64998D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64998D; }

 p { color: rgb(100,153,141); }

 H1.HeaderClassName
 {
   color: #64998D;
 }
 .AnyTagClassName
 {
   color: #64998D;
 }
</style>
background-color css

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

 a { background-color: rgb(100,153,141); }

 div.DivClassName
 {
   background-color: #64998D;
 }
 .BgClassName
 {
   background-color: #64998D;
 }
</style>
border-color css

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

 span { border-color: rgb(100,153,141); }

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