Html Css Color HEX #658C81 Patina

📋 copy color: '#658C81'

red 101 ◦ green 140 ◦ blue 129

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

Shades of Patina #658C81

Tints of Patina #658C81

RGB

 RED value IS 101 (39.84% from 255) = 27.3%

 GREEN value IS 140 (55.08% from 255) = 37.84%

 BLUE value IS 129 (50.78% from 255) = 34.86%

R = 27.3%
G = 37.84%
B = 34.86%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.08

 K value IS 0.45

RGB Variations

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

Color information

#658C81 (or 0x658C81) is known color: Patina. HEX triplet: 65, 8C and 81. RGB value is (101,140,129). Sum of RGB (Red+Green+Blue) = 101+140+129=370 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.30% from 370); Green value is 140 (55.08% from 255 or 37.84% from 370); Blue value is 129 (50.78% from 255 or 34.86% from 370); Max value from RGB is 140 - color contains mainly: green. Hex color #658C81 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #658C81 is #9A737E. Grayscale: #7F7F7F. Windows color (decimal): -10122111 or 8490085. OLE color: 8490085.

HSL color Cylindrical-coordinate representation of color #658C81: hue angle of 163.08º degrees, saturation: 0.16, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #658C81 is Cyan = 0.28, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.45.

Color convert

RGB 101 140 129 -
CMYK 0.28 0 0.08 0.45
HSL 163.08º 0.16% 0.47% -
HSV(B) 163.08º 0.28% 0.55% -
XYZ 18.71 23.11 24.24 -
YUV 127.09 129.08 109.39 -
System Red Green Blue C M Y K H S L
Decimal 101 140 129 0.28 0 0.08 0.45 163.08 0.16 0.47
Hex 65 8C 81 1C 0 8 2D A3 10 2F
Octal 145 214 201 34 0 10 55 243 20 57
Binary 1100101 10001100 10000001 11100 0 1000 101101 10100011 10000 101111

Color Harmonies of #658C81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #658C81

Black with #658C81

Text Example


Text Example

White with #658C81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #658C81; }

 p { color: rgb(101,140,129); }

 H1.HeaderClassName
 {
   color: #658C81;
 }
 .AnyTagClassName
 {
   color: #658C81;
 }
</style>

background-color css

<style>
 a { background-color: #658C81; }

 a { background-color: rgb(101,140,129); }

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

border-color css

<style>
 span { border-color: #658C81; }

 span { border-color: rgb(101,140,129); }

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