Html Css Color HEX #609183 Patina

📋 copy color: '#609183'

red 96 ◦ green 145 ◦ blue 131

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

Shades of Patina #609183

Tints of Patina #609183

RGB

 RED value IS 96 (37.89% from 255) = 25.81%

 GREEN value IS 145 (57.03% from 255) = 38.98%

 BLUE value IS 131 (51.56% from 255) = 35.22%

R = 25.81%
G = 38.98%
B = 35.22%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.10

 K value IS 0.43

RGB Variations

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

Color information

#609183 (or 0x609183) is known color: Patina. HEX triplet: 60, 91 and 83. RGB value is (96,145,131). Sum of RGB (Red+Green+Blue) = 96+145+131=372 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.81% from 372); Green value is 145 (57.03% from 255 or 38.98% from 372); Blue value is 131 (51.56% from 255 or 35.22% from 372); Max value from RGB is 145 - color contains mainly: green. Hex color #609183 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #609183 is #9F6E7C. Grayscale: #808080. Windows color (decimal): -10448509 or 8622432. OLE color: 8622432.

HSL color Cylindrical-coordinate representation of color #609183: hue angle of 162.86º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #609183 is Cyan = 0.34, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.43.

Color convert

RGB 96 145 131 -
CMYK 0.34 0 0.10 0.43
HSL 162.86º 0.2% 0.47% -
HSV(B) 162.86º 0.34% 0.57% -
XYZ 19.05 24.38 25.17 -
YUV 128.75 129.27 104.64 -
System Red Green Blue C M Y K H S L
Decimal 96 145 131 0.34 0 0.10 0.43 162.86 0.2 0.47
Hex 60 91 83 22 0 A 2B A3 14 2F
Octal 140 221 203 42 0 12 53 243 24 57
Binary 1100000 10010001 10000011 100010 0 1010 101011 10100011 10100 101111

Color Harmonies of #609183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #609183

Black with #609183

Text Example


Text Example

White with #609183

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #609183; }

 p { color: rgb(96,145,131); }

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

background-color css

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

 a { background-color: rgb(96,145,131); }

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

border-color css

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

 span { border-color: rgb(96,145,131); }

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