Html Css Color HEX #639B85 Patina

📋 copy color: '#639B85'

red 99 ◦ green 155 ◦ blue 133

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

Shades of Patina #639B85

Tints of Patina #639B85

RGB

 RED value IS 99 (39.06% from 255) = 25.58%

 GREEN value IS 155 (60.94% from 255) = 40.05%

 BLUE value IS 133 (52.34% from 255) = 34.37%

R = 25.58%
G = 40.05%
B = 34.37%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.14

 K value IS 0.39

RGB Variations

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

Color information

#639B85 (or 0x639B85) is known color: Patina. HEX triplet: 63, 9B and 85. RGB value is (99,155,133). Sum of RGB (Red+Green+Blue) = 99+155+133=387 (51% of max value = 765). Red value is 99 (39.06% from 255 or 25.58% from 387); Green value is 155 (60.94% from 255 or 40.05% from 387); Blue value is 133 (52.34% from 255 or 34.37% from 387); Max value from RGB is 155 - color contains mainly: green. Hex color #639B85 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #639B85 is #9C647A. Grayscale: #878787. Windows color (decimal): -10249339 or 8756067. OLE color: 8756067.

HSL color Cylindrical-coordinate representation of color #639B85: hue angle of 156.43º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #639B85 is Cyan = 0.36, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.39.

Color convert

RGB 99 155 133 -
CMYK 0.36 0 0.14 0.39
HSL 156.43º 0.22% 0.5% -
HSV(B) 156.43º 0.36% 0.61% -
XYZ 21.1 27.79 26.44 -
YUV 135.75 126.45 101.79 -
System Red Green Blue C M Y K H S L
Decimal 99 155 133 0.36 0 0.14 0.39 156.43 0.22 0.5
Hex 63 9B 85 24 0 E 27 9C 16 32
Octal 143 233 205 44 0 16 47 234 26 62
Binary 1100011 10011011 10000101 100100 0 1110 100111 10011100 10110 110010

Color Harmonies of #639B85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #639B85

Black with #639B85

Text Example


Text Example

White with #639B85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #639B85; }

 p { color: rgb(99,155,133); }

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

background-color css

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

 a { background-color: rgb(99,155,133); }

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

border-color css

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

 span { border-color: rgb(99,155,133); }

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