Html Css Color HEX #64968A Patina

📋 copy color: '#64968A'

red 100 ◦ green 150 ◦ blue 138

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

Shades of Patina #64968A

Tints of Patina #64968A

RGB

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

 GREEN value IS 150 (58.98% from 255) = 38.66%

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

R = 25.77%
G = 38.66%
B = 35.57%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.08

 K value IS 0.41

RGB Variations

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

Color information

#64968A (or 0x64968A) is known color: Patina. HEX triplet: 64, 96 and 8A. RGB value is (100,150,138). Sum of RGB (Red+Green+Blue) = 100+150+138=388 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.77% from 388); Green value is 150 (58.98% from 255 or 38.66% from 388); Blue value is 138 (54.30% from 255 or 35.57% from 388); Max value from RGB is 150 - color contains mainly: green. Hex color #64968A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64968A is #9B6975. Grayscale: #858585. Windows color (decimal): -10185078 or 9082468. OLE color: 9082468.

HSL color Cylindrical-coordinate representation of color #64968A: hue angle of 165.6º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #64968A is Cyan = 0.33, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.41.

Color convert

RGB 100 150 138 -
CMYK 0.33 0 0.08 0.41
HSL 165.6º 0.2% 0.49% -
HSV(B) 165.6º 0.33% 0.59% -
XYZ 20.75 26.36 28.04 -
YUV 133.68 130.44 103.98 -
System Red Green Blue C M Y K H S L
Decimal 100 150 138 0.33 0 0.08 0.41 165.6 0.2 0.49
Hex 64 96 8A 21 0 8 29 A6 14 31
Octal 144 226 212 41 0 10 51 246 24 61
Binary 1100100 10010110 10001010 100001 0 1000 101001 10100110 10100 110001

Color Harmonies of #64968A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64968A

Black with #64968A

Text Example


Text Example

White with #64968A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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