Html Css Color HEX #639C8C Patina

📋 copy color: '#639C8C'

red 99 ◦ green 156 ◦ blue 140

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

Shades of Patina #639C8C

Tints of Patina #639C8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 35.44%

R = 25.06%
G = 39.49%
B = 35.44%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.10

 K value IS 0.39

RGB Variations

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

Color information

#639C8C (or 0x639C8C) is known color: Patina. HEX triplet: 63, 9C and 8C. RGB value is (99,156,140). Sum of RGB (Red+Green+Blue) = 99+156+140=395 (52% of max value = 765). Red value is 99 (39.06% from 255 or 25.06% from 395); Green value is 156 (61.33% from 255 or 39.49% from 395); Blue value is 140 (55.08% from 255 or 35.44% from 395); Max value from RGB is 156 - color contains mainly: green. Hex color #639C8C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #639C8C is #9C6373. Grayscale: #898989. Windows color (decimal): -10249076 or 9215075. OLE color: 9215075.

HSL color Cylindrical-coordinate representation of color #639C8C: hue angle of 163.16º 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 #639C8C is Cyan = 0.37, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.39.

Color convert

RGB 99 156 140 -
CMYK 0.37 0 0.10 0.39
HSL 163.16º 0.22% 0.5% -
HSV(B) 163.16º 0.37% 0.61% -
XYZ 21.77 28.32 29.13 -
YUV 137.13 129.62 100.8 -
System Red Green Blue C M Y K H S L
Decimal 99 156 140 0.37 0 0.10 0.39 163.16 0.22 0.5
Hex 63 9C 8C 25 0 A 27 A3 16 32
Octal 143 234 214 45 0 12 47 243 26 62
Binary 1100011 10011100 10001100 100101 0 1010 100111 10100011 10110 110010

Color Harmonies of #639C8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #639C8C

Black with #639C8C

Text Example


Text Example

White with #639C8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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