Html Css Color HEX #64948A Patina

📋 copy color: '#64948A'

red 100 ◦ green 148 ◦ blue 138

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

Shades of Patina #64948A

Tints of Patina #64948A

RGB

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

 GREEN value IS 148 (58.2% from 255) = 38.34%

 BLUE value IS 138 (54.3% from 255) = 35.75%

R = 25.91%
G = 38.34%
B = 35.75%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.07

 K value IS 0.42

RGB Variations

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

Color information

#64948A (or 0x64948A) is known color: Patina. HEX triplet: 64, 94 and 8A. RGB value is (100,148,138). Sum of RGB (Red+Green+Blue) = 100+148+138=386 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.91% from 386); Green value is 148 (58.20% from 255 or 38.34% from 386); Blue value is 138 (54.30% from 255 or 35.75% from 386); Max value from RGB is 148 - color contains mainly: green. Hex color #64948A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64948A is #9B6B75. Grayscale: #848484. Windows color (decimal): -10185590 or 9081956. OLE color: 9081956.

HSL color Cylindrical-coordinate representation of color #64948A: hue angle of 167.5º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #64948A is Cyan = 0.32, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB 100 148 138 -
CMYK 0.32 0 0.07 0.42
HSL 167.5º 0.19% 0.49% -
HSV(B) 167.5º 0.32% 0.58% -
XYZ 20.43 25.72 27.93 -
YUV 132.51 131.1 104.81 -
System Red Green Blue C M Y K H S L
Decimal 100 148 138 0.32 0 0.07 0.42 167.5 0.19 0.49
Hex 64 94 8A 20 0 7 2A A8 13 31
Octal 144 224 212 40 0 7 52 250 23 61
Binary 1100100 10010100 10001010 100000 0 111 101010 10101000 10011 110001

Color Harmonies of #64948A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64948A

Black with #64948A

Text Example


Text Example

White with #64948A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,148,138); }

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

background-color css

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

 a { background-color: rgb(100,148,138); }

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

border-color css

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

 span { border-color: rgb(100,148,138); }

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