Html Css Color HEX #639C85 Patina

📋 copy color: '#639C85'

red 99 ◦ green 156 ◦ blue 133

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

Shades of Patina #639C85

Tints of Patina #639C85

RGB

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

 GREEN value IS 156 (61.33% from 255) = 40.21%

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

R = 25.52%
G = 40.21%
B = 34.28%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.15

 K value IS 0.39

RGB Variations

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

Color information

#639C85 (or 0x639C85) is known color: Patina. HEX triplet: 63, 9C and 85. RGB value is (99,156,133). Sum of RGB (Red+Green+Blue) = 99+156+133=388 (51% of max value = 765). Red value is 99 (39.06% from 255 or 25.52% from 388); Green value is 156 (61.33% from 255 or 40.21% from 388); Blue value is 133 (52.34% from 255 or 34.28% from 388); Max value from RGB is 156 - color contains mainly: green. Hex color #639C85 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #639C85 is #9C637A. Grayscale: #888888. Windows color (decimal): -10249083 or 8756323. OLE color: 8756323.

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

Color convert

RGB 99 156 133 -
CMYK 0.37 0 0.15 0.39
HSL 155.79º 0.22% 0.5% -
HSV(B) 155.79º 0.37% 0.61% -
XYZ 21.27 28.12 26.5 -
YUV 136.34 126.12 101.37 -
System Red Green Blue C M Y K H S L
Decimal 99 156 133 0.37 0 0.15 0.39 155.79 0.22 0.5
Hex 63 9C 85 25 0 F 27 9C 16 32
Octal 143 234 205 45 0 17 47 234 26 62
Binary 1100011 10011100 10000101 100101 0 1111 100111 10011100 10110 110010

Color Harmonies of #639C85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #639C85

Black with #639C85

Text Example


Text Example

White with #639C85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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